Actually I want to add a new site in my host(from addon domain)
and I already did but my problem is Oxwall htaccess doesn't allow the URL to open(I want use WP for new site)
I want to know how I must set htaccess?
tnx
Actually I want to add a new site in my host(from addon domain)
and I already did but my problem is Oxwall htaccess doesn't allow the URL to open(I want use WP for new site)
I want to know how I must set htaccess?
tnx
I used this code and it worked
"RewriteCond %{HTTP_HOST} !^(www\.)?addondomain\.com"
Tnx again