Jump to content

Help needed in URL Rewriting Issue


deepakonwww

Recommended Posts

Hello PHP Friends,

 

I need your help in a very crucial Issue.

 

Basically I am developing my site in PHP.

 

I want to use URL Rewriting in my site using mod_rewrite.

 

I want my URL in this way

 

http://www.mysite.com/development/php/basic/

 

this url should load the basic.php page from the php directory.

 

here the important point is if user write something like

http://www.mysite.com/development/php/basic

 

the slash ("/") should be added automatically to the URL.

 

and if user writes http://www.mysite.com/development/php

 

then a slash should be added to the URL and it will load the default.php page from that directory.

here you can assume that every directory contains the default page.

 

and if user writes http://www.mysite.com/my

 

then it should add the slash to the URL like this http://www.mysite.com/my/ and load the my.php page.

 

Hope I have made myself clear.

 

Please guide me in this regards.

 

Thanks in Advance....

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.