Welcome Guest, Not a member yet? Register   Sign In
route - any
#2

[eluser]Glen Swinfield[/eluser]
Probably best to use a .htaccess file.

i.e. when removing index.php (assuming you have) instead of this:

Code:
RewriteRule ^(.*)$ index.php/$1 [L,QSA]

do something like this:

Code:
RewriteRule ^(.*)$ index.php/index/$1 [L,QSA]


Messages In This Thread
route - any - by El Forum - 07-16-2007, 12:42 AM
route - any - by El Forum - 07-16-2007, 02:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB