Results 1 to 8 of 8

Thread: mod_rewrite

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    soulbadguy is offline Almost no longer a newbie!
    Join Date
    Jul 2006
    Posts
    4

    Default

    some sites say you can check it by going through the phpinfo:

    I got this from: http://www.workingwith.me.uk/article...ng/mod_rewrite
    For the purpose of this article, I’m going to assume that you don’t have access to view or edit the Apache server httpd.conf file, so the easiest way to check whether the mod_rewrite module is installed will be to look on your phpinfo page. If you’ve not already created one of these for yourself, just copy and paste the following code into an new text file using your favourite text editor, save it as phpinfo.php, and upload it to your server:

    <?php phpinfo(); ?>

    Load that page up in your web browser, and perform a search for “mod_rewrite”. All being well, you’ll find it in the “Apache loaded modules” section of the page. If it isn’t there, you’ll have to contact your hosting company and politely ask them to add it to the Apache configuration.
    and this one at: http://enarion.net/web/apache/htacce...write-on-suse/
    Check if mod_rewrite is installed and integrated in Apache

    You can check this e.g. with the following php file. Create a file in your document root of your webserver (default on SuSE: /srv/www/htdocs) and copy the following content into this file:

    <?php phpinfo(); ?>

    When you view this file with your browser, search for rewrite - you should find one entry. If not - check if you did all steps 1 to 3.
    Last edited by soulbadguy; 07-23-2006 at 08:52 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14