Welcome Guest, Not a member yet? Register   Sign In
.htaccess and routing
#2

[eluser]Harold Villacorte[/eluser]
This works for me, basically just add the Query String Append.
Code:
DirectoryIndex index.php
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php/$1 [L,QSA]


Messages In This Thread
.htaccess and routing - by El Forum - 03-07-2013, 07:51 PM
.htaccess and routing - by El Forum - 03-08-2013, 01:16 PM
.htaccess and routing - by El Forum - 03-08-2013, 01:42 PM
.htaccess and routing - by El Forum - 03-08-2013, 02:02 PM
.htaccess and routing - by El Forum - 03-08-2013, 02:09 PM
.htaccess and routing - by El Forum - 03-08-2013, 02:11 PM
.htaccess and routing - by El Forum - 03-08-2013, 02:23 PM
.htaccess and routing - by El Forum - 03-08-2013, 02:30 PM
.htaccess and routing - by El Forum - 03-08-2013, 03:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB