PDA

View Full Version : Change Landing page


luism
11-17-2016, 02:46 AM
my website is gaga.com

So currently it lands on a splash page then goes to the vb main page..

What do I need to do so it goes straight to the vb page when people type

gaga.com ?

Thanks!:confused:

Seven Skins
11-17-2016, 07:20 AM
Move your forums out from this subdomain forums.gaga.com to the primary domain gaga.com and change the url in the adminCP
PS. You will have to move all the files from subdomain to primary domain.

luism
11-18-2016, 02:22 AM
Move your forums out from this subdomain forums.gaga.com to the primary domain gaga.com and change the url in the adminCP
PS. You will have to move all the files from subdomain to primary domain.

Thanks I will try that.:)

Big Kahuna
11-24-2016, 06:53 PM
better yet redirect using your .htaccess

RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www.)?moparstyle.com$
RewriteCond %{REQUEST_URI} !^/forums/articles
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /forums/articles$1
RewriteCond %{HTTP_HOST} ^(www.)?moparstyle.com$
RewriteRule ^(/)?$ forums/articles [L]
#RewriteRule ^/?classifiedads/(.*)$ http://www.moparstyle.com/forums/forum/mopar-classified-ads$1 [R=301,L]
RedirectMatch 301 ^/classifiedads(.*)$ http://www.moparstyle.com/forums/forum/mopar-classified-ads