Hi there,
i have 2 .htaccess files, one running on the root public_html, and the other running on one subdomain created with cpanel.
the thing is that i cant get the RewriteRule to work on subdomain
this works perfect on the root path:
RewriteEngine On
RewriteRule ^msn/([^/]+)-([^/]+)-([^/]+)\.html$ /categorias.php?categoria=$2&pagina=$3&cattitulo=$1 [L]
but in the subdomain, its unable to find the categorias.php script
i have tried all the ways, complete path like
/home/sitex/www/subdomain/categorias.php
/home/sitex/public_html/subdomain/categorias.php
categorias.php
./categorias.php
but none of those are working.
someone have any clue of the correct path to catch the script?
Thanks,
Hernan.
