Current location: Hot Scripts Forums » Other Discussions » Web Servers » Url rewrite


Url rewrite

Reply
  #1 (permalink)  
Old 09-30-09, 12:06 AM
senthilswing senthilswing is offline
Newbie Coder
 
Join Date: Aug 2009
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Url rewrite

www.domainname.com/test/filename.php?value=xxx

i need the above url should be rewrite as

www.domainname.com/xxx... How can i perform this task
Reply With Quote
  #2 (permalink)  
Old 09-30-09, 01:23 PM
ruteckycs's Avatar
ruteckycs ruteckycs is offline
Coding Addict
 
Join Date: Jul 2009
Posts: 377
Thanks: 6
Thanked 10 Times in 10 Posts
__________________
This post was created with 100% recycled electrons.
Reply With Quote
  #3 (permalink)  
Old 09-30-09, 07:14 PM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,027
Thanks: 14
Thanked 35 Times in 33 Posts
Untested, but I think will do it :

RewriteEngine on
RewriteRule ^([a-zA-Z0-9]+)$ filename.php?value=$1
__________________
I don't live on the edge, but sometimes I go there to visit.
-------------------------------------------------------------------------
Sanitize Your Data | Oracle Date & Substring Functions | Code Snippet Library | [url=http://www.codmb.com/Call Of Duty[/url]
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
URL Rewrite Help ruwan Web Servers 0 05-13-09 07:16 AM
URL Rewrite umarrana Web Servers 2 10-18-08 12:22 PM
url rewrite umarrana Web Servers 1 09-25-08 05:54 AM
create clean URL with .htaccess (Rewrite Engine) studenteye Web Servers 1 03-09-07 04:07 AM
URL Rewrite without mod_rewrite??? enchen PHP 7 09-22-05 10:43 AM


All times are GMT -5. The time now is 01:29 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.