Welcome Guest, Not a member yet? Register   Sign In
problem with index.php
#2

[eluser]Sarfaraz Momin[/eluser]
It requires you to have an .htaccess file with rules to remove the index.php from the url. An example .htaccess which works for me is as follow:
Code:
Options +FollowSymLinks
RewriteEngine On

RewriteBase /

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

Have a good day !!!


Messages In This Thread
problem with index.php - by El Forum - 01-18-2009, 02:01 PM
problem with index.php - by El Forum - 01-18-2009, 02:16 PM
problem with index.php - by El Forum - 01-18-2009, 03:25 PM
problem with index.php - by El Forum - 01-18-2009, 03:34 PM
problem with index.php - by El Forum - 01-18-2009, 03:50 PM
problem with index.php - by El Forum - 01-18-2009, 04:07 PM
problem with index.php - by El Forum - 01-18-2009, 04:36 PM
problem with index.php - by El Forum - 01-18-2009, 04:41 PM



Theme © iAndrew 2016 - Forum software by © MyBB