|
hmmm,
yeah sure i can.
bytheway i think i found out the problem
the thing is that the htaccess file that i am using is some how merging with the one at the www domain. (i am on a subdomain)
so its written in the htaccess on the www domain ^tutorials/([a-zA-Z]+)$ ./searchCategory.php?cat=$1 [L]
and its written in the htaccess of the 'test' subdomain tutorials/([a-zA-Z]+)$ ./tutorials.php?cat=$1 [L]
so it tries to find the searchCategory.php file which does not exist in that subdomain . (its in the www domain)
got any clues how to stop letting the merge??
|