Redirect domain root to "/site" subfolder
-
Hi,
I have my personal site in a subfolder of my domain, e.g. https://example.com/site.
Going to example.com shows the default Cloudron LAMP page. I want to redirect visitors to the .com address to example.com/site
I have created an.htaccessfile in the root directory with the following code<IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^$ /site/ [L] </IfModule>But this doesn't work; no redirection occurs.
I got this code from this Dreamhost article in the section:
"Automatically load a subdirectory"
https://help.dreamhost.com/hc/en-us/articles/215747748-How-can-I-redirect-and-rewrite-my-URLs-with-an-htaccess-fileI'd appreciate any help!
Thanks! -
Hi,
I have my personal site in a subfolder of my domain, e.g. https://example.com/site.
Going to example.com shows the default Cloudron LAMP page. I want to redirect visitors to the .com address to example.com/site
I have created an.htaccessfile in the root directory with the following code<IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^$ /site/ [L] </IfModule>But this doesn't work; no redirection occurs.
I got this code from this Dreamhost article in the section:
"Automatically load a subdirectory"
https://help.dreamhost.com/hc/en-us/articles/215747748-How-can-I-redirect-and-rewrite-my-URLs-with-an-htaccess-fileI'd appreciate any help!
Thanks! -
https://stackoverflow.com/questions/990392/how-can-i-use-htaccess-rewrite-to-redirect-root-url-to-subdirectory has other ideas as well. If you want /site to appear in the browser URL, you can also do
RewriteRule ^$ /site [L](no trailing slash!) -
N nebulon marked this topic as a question on
-
N nebulon has marked this topic as solved on
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login