Post by ledbe » Sat Sep 08, 2018 11:01 pm

hi,guys,i got one problem.

if i use the hostmonster primary domain to install the opencart 2.2,after installed and set force to https,it seems the end of URL will show the folder name,

any one know how to fix it?

https://www.xxx.com/foldername

want to set to https://www.xxx.com

any one can help?

THANKS

Newbie

Posts

Joined
Tue Jul 28, 2015 6:13 pm

Post by ledbe » Sat Sep 08, 2018 11:02 pm

hostmonster tell me How to host the Primary Domain from a subfolder (.htaccess):

# HostMonster.com
# .htaccess main domain to subdirectory redirect
# Do not change this line.
RewriteEngine on
# Change example.com to be your main domain.
RewriteCond %{HTTP_HOST} ^(www.)?example.com$
# Change 'subdirectory' to be the directory you will use for your main domain.
RewriteCond %{REQUEST_URI} !^/subdirectory/
# Don't change the following two lines.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Change 'subdirectory' to be the directory you will use for your main domain.
RewriteRule ^(.*)$ /subdirectory/$1
# Change example.com to be your main domain again.
# Change 'subdirectory' to be the directory you will use for your main domain
# followed by / then the main file for your site, index.php, index.html, etc.
RewriteCond %{HTTP_HOST} ^(www.)?example.com$
RewriteRule ^(/)?$ subdirectory/index.html [L]

Newbie

Posts

Joined
Tue Jul 28, 2015 6:13 pm
Who is online

Users browsing this forum: No registered users and 204 guests