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


url rewrite

Reply
  #1 (permalink)  
Old 09-24-08, 08:52 AM
umarrana umarrana is offline
Newbie Coder
 
Join Date: Dec 2006
Location: Pakistan
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
url rewrite

hello friends i am trying to do some thing with mode rewrite

i have url

http://localhost/umar/index.php

can i show like that

http://localhost/umar/home

with mode rewrite
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 09-25-08, 06:54 AM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 8,074
Thanks: 11
Thanked 88 Times in 83 Posts
Code:
RewriteEngine On
RewriteRule ^home$ index.php
... save this as ".htaccess" in "umar".

And I'm moving your thread to the Web Servers section, since this has nothing to do with PHP.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
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
create clean URL with .htaccess (Rewrite Engine) studenteye Web Servers 1 03-09-07 05:07 AM
Apache Url Rewrite Kobra Web Servers 0 03-04-06 07:57 AM
URL Rewrite without mod_rewrite??? enchen PHP 7 09-22-05 11:43 AM
The Reasons Why do you Need URL Rewriting MODULE to Enchance your Web? handry PHP 11 08-05-05 08:32 AM


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