You are here Home > Know-how > Linux > Apache Webserver > mod_rewrite

Linux Reference

4.1.4 mod_rewrite


20.02.2008
4.1.3 mod_proxy [  up  ] - [ top ] - [ linux a-z ] 4.2 FTP

X X X X

An Example

You may create such a .htaccess file within the directory where URL rewriting should be applied.
RedirectMatch permanent /pcms/a http://www.google.ch

RewriteEngine on
# RewriteRule ^foo.html$ bar.html
RewriteRule ^(.+).html$ /pcms/?p=$1&r=html [L]
RewriteRule ^(.+)\/$ /pcms/?p=$1&r=slash



See also:



copyright by retoh - created with mytexi