Welcome Guest, Not a member yet? Register   Sign In
removing index.php from url
#6

[eluser]Festy[/eluser]
Just use the following rule in a .htaccess file:

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

...and learn to use google and reading documents of whatever framework you are using.


Messages In This Thread
removing index.php from url - by El Forum - 08-17-2009, 08:33 PM
removing index.php from url - by El Forum - 08-17-2009, 08:53 PM
removing index.php from url - by El Forum - 08-17-2009, 09:30 PM
removing index.php from url - by El Forum - 08-17-2009, 10:31 PM
removing index.php from url - by El Forum - 08-18-2009, 04:43 AM
removing index.php from url - by El Forum - 08-18-2009, 05:02 AM
removing index.php from url - by El Forum - 07-23-2010, 06:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB