Tech Support Forum banner

htaccess help

1066 Views 1 Reply 2 Participants Last post by  zackzero
Can someone help me with this. Ok my current Address to the main part of my site is http://www.blahblah.com/main/index.php?pg=blah What can I do to make it be http://www.blahblah/index.php?pg=blah. What is the htaccess stuff I need to do? Someone already told my to try
Code:
RewriteEngine On
RewriteEngine on
RewriteRule ^/main/$ / [QSA
but that doesn't work.
Status
Not open for further replies.
1 - 2 of 2 Posts
It's not tested yet.

Options +FollowSymLinks
RewriteEngine on
RewriteRule /index.php?pg=blah /main/index.php?pg=blah
Hope it helps.
1 - 2 of 2 Posts
Status
Not open for further replies.
Top