The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]()
I have full access to the site (cpanel), so I can change it.
Just need to work out why what I put in doesn't work.. --------------- Added [DATE]1610583543[/DATE] at [TIME]1610583543[/TIME] --------------- Anybody else have any ideas? This is what whynopadlock asked to add to the .httaccess file RewriteEngine On RewriteCond %{HTTP_HOST} ozbmw\.com [NC] RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.ozbmw.com/$1 [R,L] So, the file now looks like this: RewriteEngine on # -FrontPage- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthName ozbmw.com AuthUserFile /home/ozbmw/public_html/_vti_pvt/service.pwd AuthGroupFile /home/ozbmw/public_html/_vti_pvt/service.grp RewriteCond %{HTTP_HOST} ^ozbmw.com$ [OR] RewriteCond %{HTTP_HOST} ^www.ozbmw.com$ RewriteRule ^/?$ "http\:\/\/www\.ozbmw\.com\/forums\/index\.php" [R=301,L] RewriteEngine On RewriteCond %{HTTP_HOST} ozbmw\.com [NC] RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.ozbmw.com/$1 [R,L] # php -- BEGIN cPanel-generated handler, do not edit # Set the ?ea-php74? package as the default ?PHP? programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php74 .php .php7 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|