I have a.html and b.html
and i need a .htaccess file but i can;t create it without a name so i give it a name a.htaccess and
RewriteEngine on
RewriteRule ^a.html$ b.html
when i go to a.html it should show b.html stuff but why i still see a.html stuff in it?
well i ask before mod_rewrite is on...
and this tutorial have kind of same thing to mine
http://www.workingwith.me.uk/articles/scripting/mod_rewrite
so what the problem anyone know thanks
and i need a .htaccess file but i can;t create it without a name so i give it a name a.htaccess and
RewriteEngine on
RewriteRule ^a.html$ b.html
when i go to a.html it should show b.html stuff but why i still see a.html stuff in it?
well i ask before mod_rewrite is on...
and this tutorial have kind of same thing to mine
http://www.workingwith.me.uk/articles/scripting/mod_rewrite
so what the problem anyone know thanks