logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: http handler?
Author
aishwar



Joined: 30 Sep 2006
Posts: 1

PostPosted: Sat 30 Sep '06 20:48    Post subject: http handler? Reply with quote

Hi guys,
I am new to Apache server and PHP. This is what I want to do,

when some one comes to my website, and types. www.mysite.com/test.php,
the server actually directs their request to www.mysite.com/pages/test.php. The user doesn't see this new address, but is shown that page.

Not just for this page, but for any page it takes them to /pages/ directory. How would I do this?

Thank you for your help.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7301
Location: Germany, Next to Hamburg

PostPosted: Thu 19 Oct '06 9:43    Post subject: Reply with quote

You can use mod_rewrite
Back to top


Reply to topic   Topic: http handler? View previous topic :: View next topic
Post new topic   Forum Index -> Apache