Quote:
Originally Posted by Lynne
Why don't you post what you did since it may help someone else who finds this thread.
|
i just added the "/forums" at the end
Quote:
Originally Posted by Boofo
Here is what I use to redirect to my forums dir:
Code:
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^/?$ "http\:\/\/mysite\.com\/forums\/" [R=301,L]
Lynne, what is the $1 for at the end of your site url?
|
thats just to show the page you are opening within that directory..