The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hey Guys,
Just installed vBulletin, when I try to visit my https://www.domainname.com it gives the error message; "Forbidden You don't have permission to access / on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request." however I can reach my forum with https://www.domainname.com/forum How can I redirect the main domain name to my forum as well? --------------- Added [DATE]1556123033[/DATE] at [TIME]1556123033[/TIME] --------------- ![]() This is how my FTP looks. When I move the content of forum folder directly to public_html then It comes up with the domain name but then I can't access anything. admin panel etc. |
|
#2
|
|||
|
|||
|
Code:
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} domain.com [NC]
RewriteRule ^(.*)$ http://www.domain.com/forum/index.php [R=301,NC]
|
| Благодарность от: | ||
| dorukum123 | ||
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|