Hi all!
I've played with mod_rewrite and I have question: I have this syntax in .htaccess
It works fine, it loads the correct page - for example for skeleti/lidi/sun.htm it loads skeleti/lidi.php?kdo=sun BUT it also changes the browsers location field - and that's what I don't want to. So is there any way, to have the right site loaded, but the browsers location field remain unchanged?Code:RewriteEngine On RewriteRule ^skeleti/lidi/(.*)\.htm$ http://mama.ath.cx/skeleti/lidi.php?kdo=$1 [L]
Btw it apache 1.3.. Thanx for your answers!




Reply With Quote