Welcome Guest, Not a member yet? Register   Sign In
problem with removing index.php
#4

[eluser]ekeretex[/eluser]
Updating my previous response, Apache doesn't come with mod_rewrite set up by default. However you can enable it if you need to.
I chose not to because I'm not sure if the syntax is exactly the same for Windows and Linux.

But if you want to,
Inside the Apache httpd.conf file uncomment the line LoadModule rewrite_module modules/mod_rewrite.so (remove the pound '#' sign from in front of the line).

Also find the line ClearModuleList is uncommented then find and make sure that the line AddModule mod_rewrite.c is not commented out.

Find the section with Document Root: DocumentRoot "C:/path/to/my/root"

Modify the option for AllowOverride to look like this:

<Directory />
Options All
AllowOverride All
</Directory>

mod-rewrite should now work on your windows box


Messages In This Thread
problem with removing index.php - by El Forum - 01-22-2008, 02:24 AM
problem with removing index.php - by El Forum - 01-22-2008, 02:27 AM
problem with removing index.php - by El Forum - 01-22-2008, 02:35 AM
problem with removing index.php - by El Forum - 01-22-2008, 02:41 AM
problem with removing index.php - by El Forum - 01-22-2008, 03:00 AM
problem with removing index.php - by El Forum - 01-22-2008, 03:23 AM
problem with removing index.php - by El Forum - 01-22-2008, 03:55 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:03 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:15 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:15 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:17 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:22 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:37 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:50 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:55 AM
problem with removing index.php - by El Forum - 01-22-2008, 06:20 AM
problem with removing index.php - by El Forum - 01-22-2008, 07:57 PM
problem with removing index.php - by El Forum - 01-25-2008, 02:54 AM
problem with removing index.php - by El Forum - 01-25-2008, 08:36 AM
problem with removing index.php - by El Forum - 01-25-2008, 10:28 AM
problem with removing index.php - by El Forum - 01-25-2008, 10:54 AM
problem with removing index.php - by El Forum - 02-01-2008, 06:41 AM
problem with removing index.php - by El Forum - 02-01-2008, 08:26 AM
problem with removing index.php - by El Forum - 02-01-2008, 08:36 AM
problem with removing index.php - by El Forum - 04-14-2008, 03:06 PM
problem with removing index.php - by El Forum - 02-13-2009, 11:33 AM
problem with removing index.php - by El Forum - 07-15-2009, 12:29 AM
problem with removing index.php - by El Forum - 07-15-2009, 08:45 AM
problem with removing index.php - by El Forum - 12-21-2010, 05:09 AM
problem with removing index.php - by El Forum - 02-03-2011, 02:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB