Welcome Guest, Not a member yet? Register   Sign In
htacces takes me to localhost instead of removing index.php
#1

[eluser]behnampmdg3[/eluser]
Hello;

I am trying to get rid of index.php in url, but it shows me the local host (one directory above what I want) instead of main folder. What am I doing wrong?

Thank you

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]


Messages In This Thread
htacces takes me to localhost instead of removing index.php - by El Forum - 12-18-2012, 03:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB