Hello, I have an addon domain. Can I park a domain ontop of the addon domain? I have a dedicated server.
how to do it will be based on what control panel you are using...it'd probably be wiser and easy for you to ask your host about it...
You might want to use a control panel. And also, I wont recommend you doing that as its security breahc.
You can also use .htaccess for easiness this way Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} addon-domain.com$ [NC] RewriteCond %{REQUEST_URI} !^/ontop-directory/.*$ RewriteRule ^(.*)$ /ontop-directory/$1 Code (markup):