Hi,
What I would like it to do is go to the site
if they type www. or not. Also want the link juice to be combined. Some links I placed with the www and some I placed without.
My other site has this code on it. Is this what I need?
I know change the url name.
Code:
RewriteCond %{HTTP_HOST} ^freewomensblogs.info$ [OR]
RewriteCond %{HTTP_HOST} ^www.freewomensblogs.info$
RewriteRule ^(.*)$ "http\:\/\/freewomensblogs\.com\/" [R=301,L]
As for the the .gif question do I have the hotlink code right?
What I want it to say is The only thing that anyone could hotlink off the site is .gif files
All the rest would be shut off.
Also what do thes codes do?
Code:
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
Just want to cover all my bases.
Thanks
Sami
Bookmarks