Welcome Guest, Not a member yet? Register   Sign In
Remove index.php not working!
#1

[eluser]behnampmdg3[/eluser]
I never get this right!

I use this code below but when I go to
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
the page it doesn't work.

Application folder is in public_html directory.

What can I do?

Thanks
#2

[eluser]Ckirk[/eluser]
Looks fine and I see no problems with the page other than a typo :p

What exactly is the issue?


EDIT: This is a screenshot of the page I see - Screenshot
#3

[eluser]Tpojka[/eluser]
Code:
RewriteBase /




Theme © iAndrew 2016 - Forum software by © MyBB