3 users online. Create an account or sign in to join them.Users
Alter root parameter?
This is an open discussion with no replies, filed under Troubleshooting.
Search
Create an account or sign in to comment.
3 users online. Create an account or sign in to join them.Users
This is an open discussion with no replies, filed under Troubleshooting.
Create an account or sign in to comment.
Symphony • Open Source XSLT CMS
--with-xsl)
Hi there :D
is it possible to alter the root parameter? My main site resides in a subfolder of the docroot public_html/main and is redirected via htaccess
RewriteBase / RewriteCond %{REQUEST_URI} !^/main/ RewriteCond %{HTTP_HOST} ^(www.)?my-domain. RewriteRule ^(.*)$ main/$1 [L]so the root param points to http://my-domain.com/main instead of http://my-domain.com
Unfortunately I can't create virtual hosts on my account.
Any idea?