its a subdomain epsomandewellrevisited.lifeinmegapixels.x10hosting.com with the addon domain epsomandewellrevisited.co.cc to point at the subdomain whose root is in public_html/epsomandewellrevisited.
.htaccess in the subdomain root is:
.htaccess in domain root is:
Code:
DirectoryIndex index.php
RewriteEngine on
RewriteRule ^location/([^/\.]+)/?$ location.php?location=$1 [L]
RewriteRule ^locmini/([^/\.]+)/?$ locmini.php?location=$1 [L]
RewriteRule ^category/([^/\.]+)/?$ category.php?tag=$1 [L]
RewriteRule ^bylocation/([^/\.]+)/?$ bylocation.php?tag=$1 [L]
RewriteRule ^viewtl/([^/\.]+)/?$ viewtl.php?id=$1 [L]
RewriteRule ^list/([^/\.]+)/?$ list.php?sortby=$1 [L]
RewriteRule ^([^/\.]+)/?$ $1.php
i have no problems with the primary site. Thanks for the help