View Single Post
  #1 (permalink)  
Old 05-06-2008, 11:01 AM
punkrazio punkrazio is offline
WebProWorld New Member
 

Join Date: May 2008
Posts: 7
punkrazio RepRank 0
Default .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
Reply With Quote