Welcome Guest, Not a member yet? Register   Sign In
Remove index.php from URL
#11

Just add .htaccess in the root with this code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]

Big Grin
Rolleyes
Reply


Messages In This Thread
Remove index.php from URL - by eci35 - 04-30-2015, 12:01 AM
RE: Remove index.php from URL - by wolfgang1983 - 04-30-2015, 12:10 AM
RE: Remove index.php from URL - by eci35 - 04-30-2015, 12:25 AM
RE: Remove index.php from URL - by gard_olsen - 04-30-2015, 07:03 AM
RE: Remove index.php from URL - by CroNiX - 04-30-2015, 08:01 AM
RE: Remove index.php from URL - by eci35 - 04-30-2015, 12:25 PM
RE: Remove index.php from URL - by ivantcholakov - 04-30-2015, 01:01 PM
RE: Remove index.php from URL - by eci35 - 04-30-2015, 01:38 PM
RE: Remove index.php from URL - by ivantcholakov - 04-30-2015, 01:54 PM
RE: Remove index.php from URL - by CroNiX - 04-30-2015, 02:12 PM
RE: Remove index.php from URL - by madaan_tushar - 05-25-2015, 07:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB