Codebird
12-11-2008, 06:57 AM
.htaccess problem
Hello I have a problem with my .htaccess file
I have a page xxx.php that takes a variable var1 in my htaccess I am doing rewrite rules to rewrite the name of this page.
Now what is happening is that if I have
test.html -> xxx.php?var1=1
xxx_test.html -> xxx.php?var1=2
now test.html is leading to xxx.php?var1=1 but xxx_test.html at the place of going to xxx.php?var1=2 it's also going to xxx.php?var1=1
it's like htaccess is just reading the "test.html" part of the link
Thanks in advance for any help
__________________Hicham MallahWeb Developer
Hello I have a problem with my .htaccess file
I have a page xxx.php that takes a variable var1 in my htaccess I am doing rewrite rules to rewrite the name of this page.
Now what is happening is that if I have
test.html -> xxx.php?var1=1
xxx_test.html -> xxx.php?var1=2
now test.html is leading to xxx.php?var1=1 but xxx_test.html at the place of going to xxx.php?var1=2 it's also going to xxx.php?var1=1
it's like htaccess is just reading the "test.html" part of the link
Thanks in advance for any help
__________________Hicham MallahWeb Developer
