Hi Igor,
no i cannot do that...this is a temporary URL.
Access has to be by ipaddress/`user/public_html/addon-domain.com
No a little research and i have found the following...
if an addon domain is located in a subfolder in the website root ...ie public_html/
the htaccess file that is found in the public_html also controls the addon domain as well as the primary domain website. So solution to this as far as i know, is to locate the addon domain outside of public_html/
So the normal way this is done is to have the following structure...
/home/user
-/public_html/primary website/
-/domains/addon-domain/
-/etc/
-/logs/
-/fcgi-bin/
If it is done using the above outlined structure, then the primary domain htaccess file does not impact on the addon domain websites.
So, how can i change CWP so that it organises addon domains outside the public_html/web root directory as shown above (and as is used by other control panels)?
Otherwise, i need to modify the htaccess file to run two wordpress installations in the web root?
At present, the only solution to this that i see is to use Wordpress multisite!