Htaccess Programming Tips & Tricks





Español Français 中文 Deutsch Portuguese Japanese nederlands
   
 
Code Snippets
 List All
 301 Redirect
 404 Redirect
 Htaccess Redirection
 Security
 




Redirection With Query String - Htaccess

Snippets  Htaccess  Redirection With Query String
Snippet On
Redirection With Query String




Code
  
Rate this page :
  [ 0 votes]

This code for redirection with query string <a href='pictures-jennifer/gallery.php?id=13' />

Rewriteengine on
RewriteCond %{REQUEST_URI} ^/pictures-(.*)/gallery.php?(.*)$
RewriteRule ^pictures-(.*)/gallery.php?(.*)$ ./gallery.php?%{QUERY_STRING}




Other Links

web hosting