Mobile app version of vmapp.org
Login or Join
Lee4591628

: Let if your original www.domain.com document root is point to /user../public_html/www.domain.com/ and you want to change that document root to /user../public_html/www.domain.com/domain/www try this

@Lee4591628

Let if your original domain.com document root is point to /user../public_html/www.domain.com/ and you want to change that document root to /user../public_html/www.domain.com/domain/www
try this conf on your.htaccess to change your domain.com document root to /domain/www

RewriteEngine on
RewriteRule ^/$ /domain/www/


Taken from How to modify httpd>documentroot via .htaccess?

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Lee4591628

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme