Welcome Guest, Not a member yet? Register   Sign In
Remove index.php file
#5

[eluser]Evil Wizard[/eluser]
the sample .htaccess you want to start off with is
Code:
RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]
This turns on the rewrite (provided it is activated on the server), sets the rewrite base path, checks that the requested URL is not a real file or a directory and sends it transparently through the index.php


Messages In This Thread
Remove index.php file - by El Forum - 05-04-2009, 07:12 AM
Remove index.php file - by El Forum - 05-04-2009, 08:29 AM
Remove index.php file - by El Forum - 05-04-2009, 08:57 AM
Remove index.php file - by El Forum - 05-07-2009, 08:14 AM
Remove index.php file - by El Forum - 05-07-2009, 08:19 AM
Remove index.php file - by El Forum - 05-07-2009, 08:30 AM
Remove index.php file - by El Forum - 05-07-2009, 05:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB