.htaccess problem

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
topretheesh
Forum Newbie
Posts: 4
Joined: Tue Sep 16, 2008 7:31 am

.htaccess problem

Post by topretheesh »

Hi All,

I need the help to sort out the .htaccess issue.

I have a URL like http://www.test.com/about.php?id=1. I need the URL is like "www.test.com/about". But the problem is /about is dynamically creating. It is fetching from table. So I need a dynamic URL. How to do this ? Please help.

Thanks in advance.
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: .htaccess problem

Post by josh »

Post Reply