I have some pages that have been ranked and now I have move things around. I had a links.php file that I now want to point to a directory. Is that possible? I saw the below code for another solution but how would I use Rewrite code for file to directory?
RewriteCond %{HTTP_HOST} !forum\.mydomain\.com
RewriteRule ^(.*)$ http://forum.mydomain.com/$1 [L,R=301]



LinkBack URL
About LinkBacks





Reply With Quote