Quote:
Originally Posted by Paul M
I added https capability to my forum for anyone who wanted to use it, but its not the default.
The same applies to vb.org, it will work here if you want, but its not the default.
We actually switched vb.com to use it as the default yesterday, since its needed for the IOS mobile app (mandatory soon).
|
Yep, that is exactly why I have to switch as well..
It would be interesting to see how switching impacts seo and traffic to Vbulletin.com.
--------------- Added [DATE]1480626162[/DATE] at [TIME]1480626162[/TIME] ---------------
I have been working on this and it turned out to be more complicated than I expected. Certain things are not functioning in the admincp I suppose from being blocked by browsers due to not being secure..
First though I have these 3 items I have not been able to find or I found and changed and they may be cached.
https://www.whynopadlock.com/check.php
PHP Code:
Insecure URL: http://ajax.googleapis.com/ajax/libs/yui/2.9.0/build/yuiloader-dom-event/yuiloader-dom-event.js
Found in: https://REMOVED/
Insecure URL: http://REMOVED/images/styles/scarydark/style/icon-youtube.png
Found in: https://REMOVED/
Insecure URL: http://ajax.googleapis.com/ajax/libs/yui/2.9.0/build/animation/animation-min.js?v=423
Found in: https://REMOVED/
I also am trying to get my htaccess to redirect both non www and www to https://
PHP Code:
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} ^www.musclemecca\.com$ [NC]
RewriteRule ^(.*)$ http://REMOVED/$1 [L,R=301]
#RedirectMatch 301 ^/content/(.*)$ http://REMOVED/content/$1
RewriteRule ^reviews/([^/]*)/ ./reviews.php?do=main&catid=$1 [L,NC]
RewriteRule ^review/([^/]*)/ ./reviews.php?do=viewreview&reviewid=$1 [L,NC]
RewriteRule ^reviewer/([^/]*)/ ./reviews.php?do=reviewer&reviewerid=$1 [L,NC]
## SITE REFERRER BANNING
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} on
RewriteRule .* http://%{HTTP_HOST}%{REQUEST_URI}
</IfModule>
<IfModule mod_headers.c>
<FilesMatch "\.(bmp|css|flv|gif|ico|jpg|jpeg|js|pdf|png|svg|swf|tif|tiff)$">
Header set Last-Modified "Mon, 15 Feb 2013 00:00:00 GMT"
</FilesMatch>
</IfModule>
# BEGIN W3TC Browser Cache
<IfModule mod_mime.c>
AddType text/css .css
AddType application/javascript .js
AddType application/x-javascript .js
AddType text/html .html .htm
AddType text/richtext .rtf .rtx
AddType image/svg+xml .svg .svgz
AddType text/plain .txt
AddType text/xsd .xsd
AddType text/xsl .xsl
AddType text/xml .xml
AddType video/asf .asf .asx .wax .wmv .wmx
AddType video/avi .avi
AddType image/bmp .bmp
AddType application/java .class
AddType video/divx .divx
AddType application/msword .doc .docx
AddType application/x-msdownload .exe
AddType image/gif .gif
AddType application/x-gzip .gz .gzip
AddType image/x-icon .ico
AddType image/jpeg .jpg .jpeg .jpe
AddType application/vnd.ms-access .mdb
AddType audio/midi .mid .midi
AddType video/quicktime .mov .qt
AddType audio/mpeg .mp3 .m4a
AddType video/mp4 .mp4 .m4v
AddType video/mpeg .mpeg .mpg .mpe
AddType application/vnd.ms-project .mpp
AddType application/vnd.oasis.opendocument.database .odb
AddType application/vnd.oasis.opendocument.chart .odc
AddType application/vnd.oasis.opendocument.formula .odf
AddType application/vnd.oasis.opendocument.graphics .odg
AddType application/vnd.oasis.opendocument.presentation .odp
AddType application/vnd.oasis.opendocument.spreadsheet .ods
AddType application/vnd.oasis.opendocument.text .odt
AddType audio/ogg .ogg
AddType application/pdf .pdf
AddType image/png .png
AddType application/vnd.ms-powerpoint .pot .pps .ppt .pptx
AddType audio/x-realaudio .ra .ram
AddType application/x-shockwave-flash .swf
AddType application/x-tar .tar
AddType image/tiff .tif .tiff
AddType audio/wav .wav
AddType audio/wma .wma
AddType application/vnd.ms-write .wri
AddType application/vnd.ms-excel .xla .xls .xlsx .xlt .xlw
AddType application/zip .zip
</IfModule>
# END W3TC Browser Cache
# START E-Tag
<ifModule mod_headers.c>
Header unset ETag
</ifModule>
FileETag None
# END E-Tag
# START Deny attempts to view the Htaccess file.
<Files .htaccess>
Order allow,deny
Deny from all
</Files>
# END Deny attempts to view the Htaccess file.
# Start Deny attempts to view the config file.
<Files includes/config.php>
Order allow,deny
Deny from all
</Files>
# End Deny attempts to view the config file.
# Block User-agent Libwww-perl
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} libwww-perl.*
RewriteRule .* ? [F,L]
# proc/self/environ? no way!
RewriteCond %{QUERY_STRING} proc/self/environ [OR]
# Block out any script trying to set a mosConfig value through the URL
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*(.*) [OR]
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (<|%3C).*script.*(>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRING} GLOBALS(=|[|%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|[|%[0-9A-Z]{0,2})
# Measures to block out SQL injection attacks
RewriteCond %{QUERY_STRING} ^.*(;|<|>|'|"|\)|%0A|%0D|%22|%27|%3C|%3E|%00).*(/\*|union|select|insert|cast|set|declare|drop|update|md5|benchmark).* [NC,OR]
RewriteEngine On
# new static rulers
Redirect 301 /270/ http://REMOVED/forumdisplay.php/226-MuscleMecca-HeadQuarters
Redirect 301 /271/ http://REMOVED/forumdisplay.php/226-MuscleMecca-HeadQuarters
Redirect 301 /277/ http://REMOVED/forumdisplay.php/277-Legendary-Threads
Redirect 301 /f226/ http://REMOVED/forumdisplay.php/226-MuscleMecca-HeadQuarters
Redirect 301 /f226/2012-amateur-olympia-guaratees-spot-2013-mr-o-220736/ http://REMOVED/showthread.php/220736-2012-Amateur-Olympia!-Guaratees-spot-at-the-2013-Mr-O-!!!!
Redirect 301 /f226/antoine-vaillant-updates-official-thread-219458/index11.html http://REMOVED/showthread.php/219458-Antoine-Vaillant-%28Updates%29-Official-Thread/page11
Redirect 301 /f226/antoine-vaillant-updates-official-thread-219458/index2.html http://REMOVED/showthread.php/219458-Antoine-Vaillant-(Updates)-Official-Thread
Redirect 301 /f226/arnold-schwarzenegger-training-recently-219595/ http://REMOVED/showthread.php/219595-Arnold-Schwarzenegger-Training-Recently!?highlight=arnold-schwarzenegger-training
Redirect 301 /f226/article-re-ronnie-coleman-updates-official-thread-220863/ http://REMOVED/content.php?r=186-Re-Ronnie-Coleman-(Updates)-Official-Thread
Redirect 301 /f226/article-re-ronnie-coleman-updates-official-thread-220863/ http://REMOVED/showthread.php/221015-Ronnie-Coleman-(Updates)-Official-Thread
Redirect 301 /f226/kai-greene-arnold-preview-184695/ http://REMOVED/showthread.php/184695-Kai-Greene-%28Arnold-Preview%29?highlight=kai-greene-arnold-preview
Redirect 301 /f226/mark-alvisi-dragon-training-series-episode-4-arms-workout-213074/ http://REMOVED/showthread.php/213074-Mark-Alvisi-Dragon-Training-Series-Episode-4-(Arms-Workout)
Redirect 301 /f226/new-md-october-2008-a-197679/ http://REMOVED/showthread.php/197679-NEW-MD-OCTOBER-2008
Redirect 301 /f226/ronnie-coleman-207389/ http://REMOVED/forumdisplay.php/307-Ronnie-Coleman
Redirect 301 /f265/ http://REMOVED/forumdisplay.php/265-Movies-Games-TV-and-Music
Redirect 301 /f265/toy-story-3-movie-trailer-213280/ http://REMOVED/showthread.php/213280-Toy-Story-3-movie-trailer
Redirect 301 /f267/ http://REMOVED/forumdisplay.php/267-The-2008-MEMBER-OF-THE-YEAR
Redirect 301 /f270/ http://REMOVED/forumdisplay.php/226-MuscleMecca-HeadQuarters
Redirect 301 /f271/ http://REMOVED/forumdisplay.php/226-MuscleMecca-HeadQuarters
Redirect 301 /f277/ http://REMOVED/forumdisplay.php/277-Legendary-Threads
Redirect 301 /f286/ http://REMOVED/forumdisplay.php/286-Androgenetx-com
Redirect 301 /f289/ http://REMOVED/forumdisplay.php/226-MuscleMecca-HeadQuarters
Redirect 301 /f290/ http://REMOVED/forumdisplay.php/290-CEMproducts-com
Redirect 301 /f293/ http://REMOVED/forumdisplay.php/226-MuscleMecca-HeadQuarters
Redirect 301 /f298/ http://REMOVED/forumdisplay.php/226-MuscleMecca-HeadQuarters
Redirect 301 /f299/ http://REMOVED/forumdisplay.php/226-MuscleMecca-HeadQuarters
Redirect 301 /f300/ http://REMOVED/forumdisplay.php/229-MuscleMecca-Feedback
Redirect 301 /f301/ http://REMOVED/forumdisplay.php/301-Diet-Nutrition-and-Enhancement-Forum
Redirect 301 /f302/ http://REMOVED/forumdisplay.php/226-MuscleMecca-HeadQuarters
Redirect 301 /f305/ http://REMOVED/forumdisplay.php/305-Bodybuilder-Pro-List
Redirect 301 /f306/ http://REMOVED/forumdisplay.php/306-Arnold-Schwarzenegger
Redirect 301 /f307/ http://REMOVED/forumdisplay.php/307-Ronnie-Coleman
Redirect 301 /f308/ http://REMOVED/forumdisplay.php/308-Phil-Heath
Redirect 301 /f321/ http://REMOVED/forumdisplay.php/321-John-Grimek
Redirect 301 /f322/ http://REMOVED/forumdisplay.php/322-Sergio-Oliva
Redirect 301 /f328/ http://REMOVED/forumdisplay.php/328-Shawn-Roden
Redirect 301 /f329/ http://REMOVED/forumdisplay.php/329-Lionel-Beyeke
Redirect 301 /f352/ http://REMOVED/forumdisplay.php/325-Bob-Paris
Redirect 301 /showthread.php/235881-San-Marino-Classic-2015-play-by-play-by-UnderBody http://REMOVED/showthread.php/235413-2015-IFBB-San-Marino-Pro
Redirect 301 /showthread.php/235881-San-Marino-Classic-2015-play-by-play-by-UnderBody/page1 http://REMOVED/showthread.php/235413-2015-IFBB-San-Marino-Pro
Redirect 301 /showthread.php/235881-San-Marino-Classic-2015-play-by-play-by-UnderBody/page2 http://REMOVED/showthread.php/235413-2015-IFBB-San-Marino-Pro
Redirect 301 /showthread.php/235881-San-Marino-Classic-2015-play-by-play-by-UnderBody/page3 http://REMOVED/showthread.php/235413-2015-IFBB-San-Marino-Pro
Redirect 301 /showthread.php/235881-San-Marino-Classic-2015-play-by-play-by-UnderBody/page4 http://REMOVED/showthread.php/235413-2015-IFBB-San-Marino-Pro
Redirect 301 /showthread.php?t=235881 http://REMOVED/showthread.php/235413-2015-IFBB-San-Marino-Pro
Redirect 301 /showthread.php/lee-priest-cradle-top-36785.html http://REMOVED/showthread.php/206007-LEE-PRIEST-FROM-THE-CRADLE-TO-THE-TOP
Redirect 301 /arnold-classic-298/ http://REMOVED/forumdisplay.php/226-MuscleMecca-HeadQuarters
Redirect 301 /arnold-classic-298/ http://REMOVED/forumdisplay.php/306-Arnold-Schwarzenegger
Redirect 301 /bodybuilding-pictures-270/ http://REMOVED/albumall.php
Redirect 301 /bodybuilding-videos-231/ http://REMOVED/forumdisplay.php/340-Muscle-Video
Redirect 301 /forum/ http://REMOVED/forum.php
Redirect 301 /forum/index.php http://REMOVED/forum.php
Redirect 301 /showthread.php/234271-2014-Arnold-Classic-BRAZIL! http://REMOVED/showthread.php/234271-2014-Arnold-Classic-BRAZIL-Steve-Kuclo-wins!!!
Redirect 301 /showthread.php/234271-2014-Arnold-Classic-BRAZIL!/page2 http://REMOVED/showthread.php/234271-2014-Arnold-Classic-BRAZIL-Steve-Kuclo-wins!!!/page2
Redirect 301 /showthread.php/234271-2014-Arnold-Classic-BRAZIL!/page3 http://REMOVED/showthread.php/234271-2014-Arnold-Classic-BRAZIL-Steve-Kuclo-wins!!!/page3
Redirect 301 /showthread.php/234271-2014-Arnold-Classic-BRAZIL!/page4 http://REMOVED/showthread.php/234271-2014-Arnold-Classic-BRAZIL-Steve-Kuclo-wins!!!/page4
Redirect 301 /showthread.php/234271-2014-Arnold-Classic-BRAZIL!/page5 http://REMOVED/showthread.php/234271-2014-Arnold-Classic-BRAZIL-Steve-Kuclo-wins!!!/page5
Redirect 301 /showthread.php/234271-2014-Arnold-Classic-BRAZIL!/page6 http://REMOVED/showthread.php/234271-2014-Arnold-Classic-BRAZIL-Steve-Kuclo-wins!!!/page6
Redirect 301 /showthread.php/old-scans-nasser-el-sonbaty-jean-pierre-fux-photoshoot-40694.html http://REMOVED/showthread.php/209746-OLD-SCANS-NASSER-EL-SONBATY-amp-JEAN-PIERRE-FUX-PHOTOSHOOT
Redirect 301 /showthread.php/jean-pierre-fux-squat-accident-3436.html http://REMOVED/showthread.php/194677-No-No-No-Squatting
Redirect 301 /content.php/326-content.php/326-2014-Arnold-Classic-BRAZIL! http://REMOVED/content.php/326-2014-Arnold-Classic-BRAZIL!
Redirect 301 /content.php/287-content.php/287-This-Week-We-Feature-Lionel-Beyeke http://REMOVED/content.php/287-This-Week-We-Feature-Lionel-Beyeke
Redirect 301 /content.php/298-content.php/298-Mr-Olympia-Caption-this-funny-pics http://REMOVED/content.php/298-Mr-Olympia-Caption-this-funny-pics
Redirect 301 /content.php/281-content.php/281-Max-Charles-Overall-winner-at-the-2013-USA-s! http://REMOVED/content.php/281-Max-Charles-Overall-winner-at-the-2013-USA-s!
Redirect 301 /content.php/288-content.php/288-Big-Ramy-The-2013-Bodybuilding-year-and-what-lies-ahead http://REMOVED/content.php/288-Big-Ramy-The-2013-Bodybuilding-year-and-what-lies-ahead
Redirect 301 /content.php/276-content.php/276-Video-Q-amp-A-with-Ronnie-Coleman http://REMOVED/content.php/276-Video-Q-amp-A-with-Ronnie-Coleman
Redirect 301 /content.php/301-content.php/301-Phil-Heath-Wins-the-2013-Mr-Olympia-FULL-Results! http://REMOVED/content.php/301-Phil-Heath-Wins-the-2013-Mr-Olympia-FULL-Results!
Redirect 301 /content.php/331-content.php/331-2014-New-York-Pro-updates! http://REMOVED/content.php/331-2014-New-York-Pro-updates!
Redirect 301 /content.php/180-content.php/180-What-you-need-to-know-about-Powerlifting http://REMOVED/content.php/180-What-you-need-to-know-about-Powerlifting
Redirect 301 /content.php/255-content.php/255-Arnold-Schwarzenegger-RARE-pics! http://REMOVED/content.php/255-Arnold-Schwarzenegger-RARE-pics!
Redirect 301 /content.php/243-content.php/243-Dorian-Yates-BFTO-1996 http://REMOVED/content.php/243-Dorian-Yates-BFTO-1996
Redirect 301 /content.php/263-content.php/263-Stage-6-***Top-6-GUESS***-2013-New-York-Pro!!! http://REMOVED/content.php/263-Stage-6-***Top-6-GUESS***-2013-New-York-Pro!!!
Redirect 301 /content.php/325-content.php/325-2014-Arnold-Classic-RESULTS-SCORECARDS! http://REMOVED/content.php/325-2014-Arnold-Classic-RESULTS-SCORECARDS!
Redirect 301 /content.php/264-content.php/264-John-Carrol-Grimek-is-the-Monarch-of-Muscledom http://REMOVED/content.php/264-John-Carrol-Grimek-is-the-Monarch-of-Muscledom
Redirect 301 /content.php/289-content.php/289-Dexter-Jackson-The-Big-Bad-Blade-Blazing-as-Always http://REMOVED/content.php/289-Dexter-Jackson-The-Big-Bad-Blade-Blazing-as-Always
Redirect 301 /content.php/247-content.php/247-2013-Arnold-Classic-LIVE-WEBCAST! http://REMOVED/content.php/247-2013-Arnold-Classic-LIVE-WEBCAST!
Redirect 301 /content.php/317-content.php/317-Lee-Priest-%E2%80%93-Professional-Bodybuilder-Race-Car-Driver-and-Movie-Actor http://REMOVED/content.php/317-Lee-Priest-%E2%80%93-Professional-Bodybuilder-Race-Car-Driver-and-Movie-Actor
Redirect 301 /content.php/327-content.php/327-2014-Europa-Orlando-Pro-photos-RESULTS! http://REMOVED/content.php/327-2014-Europa-Orlando-Pro-photos-RESULTS!
Redirect 301 /content.php/237-content.php/237-Dorian-Yates-Into-The-Shadow-%28London-Real%29 http://REMOVED/content.php/237-Dorian-Yates-Into-The-Shadow-%28London-Real%29
Redirect 301 /content.php/278-Re-Jay-Cutler-(Updates)-Official-Thread http://REMOVED/showthread.php/219271-Jay-Cutler-(Updates)-Official-Thread
Redirect 301 /forums/223-Off-Topic-Discussion http://REMOVED/forumdisplay.php/223-Off-Topic-Discussion
Redirect 301 /forums/281-MuscleMecca-Supporters http://REMOVED/forumdisplay.php/281-MuscleMecca-Supporters
Redirect 301 /forums/237-Advanced-Chemicals http://REMOVED/forumdisplay.php/237-Advanced-Chemicals
Redirect 301 /forumdisplay.php/226-MuscleMecca-HeadQuartersflex-magazine-cover-march-09-a-210952/ http://REMOVED/showthread.php/210952-Flex-magazine-cover-for-march-09
Redirect 301 /entry.php/40-Lou-Ferrigno-Another-Italian-Kid-From-Brooklyn http://REMOVED/entry.php/39-Lou-Ferrigno-Another-Italian-Kid-From-Brooklyn
Redirect 301 /showthread.php?216191-Cedric%20McMillan%20=%20Next%20Coleman http://REMOVED/showthread.php/216191-Cedric-McMillan-Next-Coleman?highlight=Cedric+McMillan+Coleman
Redirect 301 /showthread.php/216191-Cedric-McMillan-Next-Coleman http://REMOVED/showthread.php/216191-Cedric-McMillan-Next-Coleman?highlight=Cedric+McMillan+Coleman
Redirect 301 /showthread.php/235479-2015-Mr-Olympia http://REMOVED/showthread.php/235481-The-2015-Mr-Olympia
## Tags
RedirectMatch 301 ^/tags/([A-Za-z0-9-]+)/$ http://REMOVED/tags.php?tag=$1
## Members
RedirectMatch 301 ^/members/(.*)$ http://REMOVED/member.php/$1
##Treads
RedirectMatch 301 ^/f([0-9]+)/([A-Za-z0-9-]+)-([0-9-]+)/index([0-9-]+)\.html$ http://REMOVED/showthread.php/$3-$2/page$4
RedirectMatch 301 ^/f([0-9]+)/([A-Za-z0-9-]+)-([0-9-]+)/$ http://REMOVED/showthread.php/$3-$2
RedirectMatch 301 ^/([0-9-]+)-post([0-9-]+)\.html$ http://REMOVED/showthread.php?p=$1
RedirectMatch 301 ^/threads/(.*)$ http://REMOVED/showthread.php/$1
##SiteMap
RedirectMatch 301 ^/sitemap/f-([a-z0-9-]+)\.html$ http://REMOVED/archive/index.php/f-$1.html
RedirectMatch 301 ^/([A-Za-z0-9-]+)-([0-9-]+)/([A-Za-z0-9-_]+)-([0-9-]+)/index([0-9-]+)\.html$ http://REMOVED/showthread.php/$4-$3/page$5
RedirectMatch 301 ^/([A-Za-z0-9-]+)-([0-9-]+)/([A-Za-z0-9-_]+)-([0-9-]+)/index([0-9-]+)$ http://REMOVED/showthread.php/$4-$3/page$5
RedirectMatch 301 ^/([A-Za-z0-9-]+)-([0-9-]+)/([A-Za-z0-9-_]+)-([0-9-]+)/(.*)$ http://REMOVED/showthread.php/$4-$3
RedirectMatch 301 ^/([A-Za-z0-9-]+)-([0-9-]+)/([A-Za-z0-9-_]+)-([0-9-]+)/$ http://REMOVED/showthread.php/$4-$3
## Forums
RedirectMatch 301 ^/([A-Za-z0-9-]+)-([0-9-]+)/$ http://REMOVED/forumdisplay.php/$2-$1
Redirect 301 /content.php/324-2014-Arnold-Classic-photos-videos! http://REMOVED/showthread.php/234224-2014-Arnold-Classic-photos-amp-videos!?highlight=2014+arnold+classic+photos+videos
Redirect 301 /showthread.php/your-views-bb-com-30114.html http://REMOVED/search.php?searchid=1890113
ErrorDocument 400 /400.php
ErrorDocument 401 /401.php
ErrorDocument 403 /403.php
ErrorDocument 404 /404.php
ErrorDocument 500 /500.php
Appreciate the help,
Rich