Rewriting product.php?id=12 to product-12.html
It is a simple redirection in which .php extension is hidden from the browser’s address bar and dynamic url (containing “?” character) is converted into a static URL.
RewriteEngine on
RewriteRule ^product-([0-9]+)\.html$ product.php?id=$1
For more reference on this refer:
http://roshanbh.com.np/2008/03/url-rewriting-examples-htaccess.html
Subscribe to:
Post Comments (Atom)
Customizing the Search form - Drupal
To change the label text and text inside the search box and the text on the submit and changing the Submit button image, you can use the fo...
-
The Dfont module is very useful. This module is very useful in cases like when the Client needs the Site in particular font which is also a...
-
The Floating block module allows you to keep html blocks or contents, selected using jquery selectors in a fixed position on the page as yo...
-
require('fpdf.php'); class PDF extends FPDF { //Page header function Header() { //Logo $this->Image('logo.p...
No comments:
Post a Comment