Forum Moderators: phranque

Message Too Old, No Replies

Strange problem in .htaccess

.htacess not getting keywords

         

tabish

8:15 am on Jun 15, 2006 (gmt 0)

10+ Year Member



hello all,

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

tabish

1:42 pm on Jun 15, 2006 (gmt 0)

10+ Year Member



Sorry.. it is working now..

Register Global was off in my PHP and actually i am working on new server and i didnt notice that.

anyway Thank you all