|
|||||||
| Computers, Coding, Websites or anything techie Help, assistance, advice and discussions on anything to do with computers, hosting, web coding or anything technical! |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
__________________
cheers Steve Forum Admin - teaboy and general gofer... Forum Rules and FAQ's at a glance | Find me on Google+ | or even Facebook! My Local Services - The UK and US Online Business Directory | JobsVitae - Recruitment Help and CV Creation If you're here to spam, then expect a ban
|
|
||||
|
How to solve canonical issues: We can solve this issue by redirecting all these URLs to a single URL permanently. By uploading a .htaccess file we can easily redirect all the URLs.
1: Following is the code to redirect non www domain (yoursite.com/) to www domain (yoursite.com/) permanently (301): Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^yoursite\.com RewriteRule ^(.*)$ yoursite.com/$1 [R=permanent,L] 2: Following code is to redirect index.html to yoursite.com/ RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.html\ HTTP/ RewriteRule ^(.*)index\.html$ /$1 [R=301,L] 3: Following code is to redirect index.php to yoursite.com/ RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*folder/index\.php\ HTTP/ RewriteRule ^(.*)folder/index\.php$ /folder/$1 [R=301,L] After creating the .htaccess file we just need to upload it to the root folder of the website. |
| Bookmarks |
| Tags |
| consulting, seo |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hosted Exchange 2010 Only £3.99pm for MLF Members | Cloud4 | The Village Market | 3 | 29-11-10 09:38 AM |
| VAT Issue | hdm | Accounts, Bookkeeping & Finance | 5 | 26-10-10 10:41 AM |
| 20% off UK's Best Hosted Exchange | Cloud4 | The Village Market | 0 | 13-09-10 11:37 PM |
| If your cut finger can heal, why not your bad back or other long term health issue? | drMatt | Religion, Politics, Rants and all things Controversial | 0 | 18-04-10 05:20 PM |
| Server Guy | Server Guy | Introductions - Come and Say Hello! | 10 | 08-10-09 07:40 PM |