sharugan Posted November 1, 2006 Share Posted November 1, 2006 I have a website http://www.peoplebeep.com that runs on tomcat.When user types http://www.peoplebeep.com i want to redirect to http://www.peoplebeep.com/dialogue/index.php so i have created .htaccess in route directory under public_html dirRewriteEngine OnOptions +FollowSymLinks -Multiviews#DiscussionsRewriteRule (.*) /dialogue/index.php [QSA,L]But when the user clicks on home in index.php page i want to redirect to http://www.peoplebeep.com/home.php How do i accomblish this.Do i need to write the rule in .htaccess file under /public_html/dialogue dir?can any expert guide me Link to comment https://forums.phpfreaks.com/topic/25834-help-needed-on-htaccess/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.