Htaccess RewriteRule without Redirect?

Try to remove preceding slashes in your RewriteRule : RewriteRule ^(..)(/. *)$ foofile? Var1=$1&var2=$2 And your RewriteCond isn't necessary.

Try to remove preceding slashes in your RewriteRule: RewriteRule ^(..)(/. *)$ foofile? Var1=$1&var2=$2 And your RewriteCond isn't necessary.

Try this: RewriteEngine On RewriteRule ^/(..)(/. *)$ /foofile? Var1=$1&var2=$2 And check apache's error log You don't need RewriteCond, as the RewriteRule already checks if the URL matches.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions