Page 1 of 1

Simple rewrite problem

Posted: Fri Feb 02, 2007 9:30 pm
by Citizen
I'm working with something that is going to force me to have to use a rewrite to get my script to work, but I dont have the first clue as to how to do a rewrite!

I only need two things changed.

/arcade/
to
arcade.php


and



index.php?act=Arcade&do=newscore
to
arcade.php?act=Arcade&do=newscore


Can someone please help me with this? Thanks!

Posted: Fri Feb 02, 2007 10:24 pm
by Ciprian
Hi Citizen
your redirects should look like this:

RewriteEngine On
RewriteRule ^arcade/$ arcade.php
RewriteRule ^index.php$ arcade.php