Welcome Guest, Not a member yet? Register   Sign In
Routing 'page.php?a=1&b=2'
#5

[eluser]iConTM[/eluser]
[quote author="Sinclair" date="1283889855"]Something like this? http://theviceprogrammer.com/?p=159[/quote]

this doesn't work Confused

I also tried to put a rule in a .htaccess file:

something like

Code:
RewriteEngineOn
RewriteRule getArtik.php\?articID=([0-9]+) articles/article/$1

but I get an error cause of the questionmark

when I remove the questionmark it works:

Code:
RewriteRule getArtik.phparticID=([0-9]+) articles/article/$1


Messages In This Thread
Routing 'page.php?a=1&b=2' - by El Forum - 09-06-2010, 03:59 PM
Routing 'page.php?a=1&b=2' - by El Forum - 09-07-2010, 09:02 AM
Routing 'page.php?a=1&b=2' - by El Forum - 09-07-2010, 09:04 AM
Routing 'page.php?a=1&b=2' - by El Forum - 09-07-2010, 09:24 AM
Routing 'page.php?a=1&b=2' - by El Forum - 09-07-2010, 09:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB