hi to all
i am facing strange problem hopefully due to my any basic mistake
when i use code in .htaccess like this
then it will work properly but when i use "/" instead of "-" then page is unable to get effect of my css file
what could be the problem
i am facing strange problem hopefully due to my any basic mistake
when i use code in .htaccess like this
Code:
RewriteRule ^d-([A-Za-z0-9-]+)?$ page.php?abc=$1 [NC,L]
Code:
RewriteRule ^d/([A-Za-z0-9-]+)?$ page.php?abc=$1 [NC,L]
Comment