vBulletin Search Engine Optimization
This is a discussion on https Question within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; I am running vbseo and just made the site https. I tried a redirect in htaccess for the http to ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| https Question
I am running vbseo and just made the site https. I tried a redirect in htaccess for the http to https but it seems to hang the site up. Is the htaccess only for rewrite rules with vbseo. How would I go about redirecting http://www.mysite.com to https://www.mysite.com ??? Thanks, Itworx4me |
|
#2
| ||||
| ||||
|
Hello, you can try the following in .htaccess right after "RewriteEngine on" line: Code: RewriteCond %{HTTPS} off
RewriteRule (.*) https://www.mysite.com/$1 [L,R=301]
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#3
| |||
| |||
|
Having the rewrite rules in .htacess has slowed my site down when using the https. I would like to move it to the httpd.ini file. I saw someone say it looks different when you put the rewrite rules in a file. Where in the httpd.ini file would you put the rewrite rules and how would they look? Thanks, Itworx4me |
|
#4
| ||||
| ||||
|
You can simply add vBSEO's rewrite rules without changes in corresponding <Directory> section of httpd.conf, restart apache and then remove .htaccess: Code: <Directory /path/to/your/forum> [paste contens of .htaccess here] </Directory>
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linkback question | TundraSoul | LinkBacks | 1 | 12-25-2006 05:16 PM |
| rewrite question | empservices | Pre-Sales Questions | 2 | 05-05-2006 10:38 PM |
| Quick Question | Amos | General Discussion | 3 | 10-11-2005 10:49 PM |