Welcome Guest, Not a member yet? Register   Sign In
Why is it so hard to remove index.php?
#1

Hi;

There are really 100s of posts on this! I still can't get it to work! I have tried these but non work!

Help please.

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]

Code:
RewriteEngine On
RewriteBase /

RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

Code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]
Reply


Messages In This Thread
Why is it so hard to remove index.php? - by behnampmdg3 - 01-23-2015, 04:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB