Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > PHP How-To
|
PHP How-To Post your "How do I do this with PHP?" questions here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the PHP How-To section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 5th, 2009, 07:00 AM
Authorized User
 
Join Date: Oct 2006
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to snowbydave1
Default Help me for rewriting url

Dear friends,


I want to do rewriting of url. In general we type url in following way.


http://www.domain.com/pagename.php?i...=abc&kw=search

This url is shown as a

http://www.domain.com/pagename/id/12.../abc/kw/search

Is anybody give me Rewrite Rule for this ?


Thanking you,

Snowby Dave
 
Old December 17th, 2009, 05:51 AM
Registered User
 
Join Date: Sep 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

user following rule in .htaccess file put that file in same directory in which file exist

RewriteRule ^(.*)/lord/(.*)\.html$ blog.php?bName=$1&srclord=$2 [NC,L]

for more help following link and read all rule for url rewritting

http://opensourceprogrammer.blogspot...-htaccess.html

this can help u





Similar Threads
Thread Thread Starter Forum Replies Last Post
php url rewriting thava Beginning PHP 1 March 16th, 2009 10:20 PM
Implementing URL Rewriting retroviz BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 5 February 21st, 2008 01:18 PM
URL rewriting with URL forwarding mtabyana BOOK: Professional Search Engine Optimization with PHP: A Dev's Guide to SEO ISBN: 978-0-470-10092-9 0 October 22nd, 2007 08:22 AM
URL Rewriting Amateur BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 7 August 9th, 2007 01:54 AM
Discussion: URL Rewriting planoie ASP.NET 1.x and 2.0 Application Design 2 January 25th, 2006 03:38 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.