nasıl ben bu htaccess sorunu çözebilir

0 Cevap php

i dinamik url şu var ...

http://www.mydomain.com/v/dynamicvaluehere

ve benim htaccess de şu var

RewriteRule ^v/(.*)$ script.php?name=$1 [NC,L]

ve şimdi ben daha ie oluşturmak istiyorsanız iyi çalışıyor

http://www.mydomain.com/v/dynamicvaluehere/Page-dyanamicnumberhere.html

ve benim htaccess de şu var

RewriteRule ^v/(.*)/Page-(.*)\.html$ script.php?name=$1&number=$2 [NC,L]

but it is not working please help... also do note that the dynamicvalue mentnioned secondly is samy as mentioned above but only dynamicnumber is further included...

0 Cevap