Welcome Guest, Not a member yet? Register   Sign In
htaccess not working in windows 7
#1

[eluser]dhaulagiri[/eluser]
CI htaccess always gives 'Internal Server Error' in windows 7 WAMP server, when i want to remove 'index.php'.

Even when i did this
Code:
DirectoryIndex index.php
RewriteEngine on
RewriteCond $1 !^(index\.php|images|css|js|robots\.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php/$1 [L,QSA]

the apache log says
Code:
perhaps misspelled or defined by a module not included in the server configuration

I am 200% sure that there is no spelling mistake
pls help


Messages In This Thread
htaccess not working in windows 7 - by El Forum - 07-14-2010, 03:23 PM
htaccess not working in windows 7 - by El Forum - 07-14-2010, 03:29 PM
htaccess not working in windows 7 - by El Forum - 07-15-2010, 01:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB