Forum Moderators: phranque
I have this code in my htaccess
Options +FollowSymLinks
RewriteEngine on
RewriteBase /doc/
RewriteRule ^([0-9¦a-zA-Z_]+)$ /doc/$1/
RewriteRule ^([0-9¦a-zA-Z_]+)/$ index.php?titletabish=$1
Now, the problem is, i am not receiving this variable in my index.php, each time i get blank value. While it is working fine on my other sites.
this url by above code should work fine:
[mydemosites.com...]
please tell me what am i doing wrong here?
Regards
Tabish