Mortgage Calculator - Refinance - Loans - Modded Xbox - Web Advertising

PDA

View Full Version : URL's


crazyryan
Jul 26th 2006, 4:28 am
I'm using phparcadescript..

If you visit www.heatarcade.com the site works fine..

but if you visit www.heatarcade.com and click Action .. casino etc the mod_rewrite doesn't work.

If I turn search engine friendly urls off the site functions again.

Any ideas whats causing this, I've seen other sites using phparcadescript's mod_rewrite working fine..

T0PS3O
Jul 26th 2006, 4:49 am
Post the rewrite rules so we can have a look for you.

crazyryan
Jul 26th 2006, 4:56 am
RewriteEngine on
RewriteRule ^games/([_A-Za-z0-9-]+)/?$ index.php?action=playgame&title=$1
RewriteRule ^categories/([_A-Za-z0-9-]+)/([0-9]+)-([0-9]+)/?$ index.php?action=browse&catname=$1&page=$2&limit=$3 [S=1]
RewriteRule ^categories/([_A-Za-z0-9-]+)/?$ index.php?action=browse&catname=$1
RewriteRule ^search/([_A-Za-z0-9-]+)/([0-9]+)/?$ index.php?action=browse&searchterm=$1&page=$2 [L]

PinoyIto
Jul 26th 2006, 6:33 am
it seems the site is working now

I'm using phparcadescript..

If you visit www.heatarcade.com the site works fine..

but if you visit www.heatarcade.com and click Action .. casino etc the mod_rewrite doesn't work.

If I turn search engine friendly urls off the site functions again.

Any ideas whats causing this, I've seen other sites using phparcadescript's mod_rewrite working fine..

petronel
Jul 26th 2006, 7:30 am
problem is fixed now ?

crazyryan
Jul 26th 2006, 2:22 pm
Yes - I fixed it earlier, thanks though.