I have primary domain www.a.com
and addon domain www.b.com
and .htaccess on primary domain root :
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^([A-Za-z0-9-()/&]+)/?$ direktori2.php?NamaToko=$1 [NC,L]
</IfModule>
when i acces www.b.com, error :
Not Found
The requested URL /home1/mydomain/public_html/direktori2.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
wow...all subdomain problem too...
what the problem? thanks