htaccess.....url rewrite..

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
panprasath
Forum Newbie
Posts: 19
Joined: Thu Jul 24, 2008 3:35 am
Location: Chennai,Tamilnadu,India

htaccess.....url rewrite..

Post by panprasath »

my site having 100 more fie in different folders....if i access any fie in any folder i don’t want to display the correct url.....in place of displaying http://www.mydomai.com/admin/action/index.php i only display http://www.mydomai.com/admin/ how i do with out write separate rewrite code for each page...
User avatar
panic!
Forum Regular
Posts: 516
Joined: Mon Jul 31, 2006 7:59 am
Location: Brighton, UK

Re: htaccess.....url rewrite..

Post by panic! »

you want action.php to be the indexdocument?
Post Reply