Mod_Rewrite Question

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
neilson
Forum Newbie
Posts: 4
Joined: Fri Oct 28, 2005 5:42 pm

Mod_Rewrite Question

Post by neilson »

Probably an easy question to a lot of poeple here but, if I wanted to rewrite the url domain.com/dir1/page.php to domain.com/page.html how would the rewrite rules look? I have already used mod rewrite to change domain.com/dir1/page.php?var=value1 to domain.com/dir1/page.php
Post Reply