![]() | |
| |
| |||||||
| SEO Advice Here's where you can share tips and tricks on how to get more visitors to your site. |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
| ||||
|
Does this really make a diffrence? If so, How?
__________________ Thanks, Denis Motova Affiliate / Operations Manager HostICan Answers | HostICan Newsletter | HostICan Blog | Become a HostICan Affiliate | Create a Support Ticket. |
| ||||
| Quote:
# Forcing www. infront of domain RewriteEngine On Options +FollowSymLinks RewriteCond %{HTTP_HOST} ^(domain\.com)$ [NC] RewriteRule ^(.*)$ http://www.%1/$1 [R=301,L]
__________________ Thanks, Denis Motova Affiliate / Operations Manager HostICan Answers | HostICan Newsletter | HostICan Blog | Become a HostICan Affiliate | Create a Support Ticket. |
| ||||
| Quote:
RewriteEngine on RewriteRule ^.htaccess$ - [F] RewriteBase / RewriteCond %{HTTP_HOST} ^www\.domain\.com$ RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L] RewriteRule ^(.*).shtml$ index.php?show=all RewriteRule ^(.*).html$ index.php RewriteRule ^(.*)/$ index.php
__________________ Thanks, Denis Motova Affiliate / Operations Manager HostICan Answers | HostICan Newsletter | HostICan Blog | Become a HostICan Affiliate | Create a Support Ticket. |
| ||||
| Quote:
RewriteEngine on RewriteRule ^.htaccess$ - [F] RewriteBase / RewriteCond %{HTTP_HOST} ^www\.domain\.com$ RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L]
__________________ Thanks, Denis Motova Affiliate / Operations Manager HostICan Answers | HostICan Newsletter | HostICan Blog | Become a HostICan Affiliate | Create a Support Ticket. |