.htaccess conflict between instruction
hi at all people
im new on this forum
i hope im writing into the right section
i got a little problem with htaccess rules
my instruction:
RewriteEngine ON
RewriteBase /
RewriteRule ^(.*)\.html$ pcategory.php?path=$1 [L]
RewriteRule ^guide-(.*)\.html$ guide.php?guida=$1 [L]
now the problem is
if i visit path.....html so i call pcategory.php?path=.....
everything works good
instead if i call guide-.........html so i call guide.php?guida=......
apache process pcategory.php instead of guida.php
how can i resolve it??
thank you all for help
|