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

[eluser]ibnclaudius[/eluser]
[quote author="Harold Villacorte" date="1362773807"]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]
[/quote]

When trying to access the url using your .htaccess:

http://localhost/myparameter

i get this error:

The requested URL /Users/ibnclaudius/Sites/ibnight/index.php/1 was not found on this server.


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