spewn
Programmer
- May 7, 2001
- 1,034
hello!
i am using this:
which works fine when my url looks like this:
however, i want to remove the /ad part, and just have:
i tried a couple ideas, but haven't got it, and i'm sure it's something simple. unfortunately, this is my first time manipulating htaccess file.
any help?
thanks!
- g
i am using this:
Code:
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^ad/(.*)$ get.cgi?ad=$1
which works fine when my url looks like this:
however, i want to remove the /ad part, and just have:
i tried a couple ideas, but haven't got it, and i'm sure it's something simple. unfortunately, this is my first time manipulating htaccess file.
any help?
thanks!
- g