How I Use Regular Expressions as a Web Developer
…[/code] The RewriteCond and RewriteRule: [code language=”php”] RewriteEngine On RewriteCond %{QUERY_STRING} ^isbn=([0-9]+)$ RewriteRule ^books.php$ http://domain.com/books/%1? [R=301,L] [/code] For this you need to have mod_alias and mod_reqrite enabled. The first line…