Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 09-11-2008, 02:40 PM Address Bar
Red_X_'s Avatar
Extreme Talker

Posts: 158
Location: Houston
Trades: 0
Ok I am using a basic switch to navigate my page:

For Example
http://mysite.com/?page=Contact


Thats how it appears in the address bar.

What I would like to achieve would be:
http://www.mysite.com/page/contact

Any support would be greatly appreciated.

Thanks,

Red_X_

P.S. Support me talk++
__________________
"Good News Everyone, by reading this your hearing my voice."
Red_X_ is offline
Reply With Quote
View Public Profile Visit Red_X_'s homepage!
 
 
Register now for full access!
Old 09-11-2008, 08:38 PM Re: Address Bar
Brian07002's Avatar
Defies a Status

Posts: 2,162
Name: ...
Location: ...
Trades: 0
I believe MOD_REWRITE will help you in that department
__________________
Made2Own

Please login or register to view this content. Registration is FREE
Brian07002 is offline
Reply With Quote
View Public Profile
 
Old 09-12-2008, 06:05 AM Re: Address Bar
Junior Talker

Posts: 1
Name: Alex Latchford
Trades: 0
Something like this should work.. (In a .htaccess)..

Code:
 <IfModule mod_rewrite.c>
    RewriteEngine On

    RewriteRule ^page/([^/]+)?/?$ index.php?page=$1 [L]
</IfModule>

New to these forums, not sure if code giving is frowned upon.. So sorry if it is..

I found this topic **** hard, despite knowing regular expressions well..

Ta, Alex.
AlexLatchford is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Address Bar
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.12026 seconds with 12 queries