htaccess

RewriteEngine On RewriteCond %{QUERY_STRING} ^id=20$ RewriteRule ^prod.php$ ^products/great-product/2342$ [L,R=301] RewriteRule ^products/(.*)/([0-9]+)$ ^productview.php?id=$1 [L]

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.