Jump to content

Help needed on .htaccess


sharugan

Recommended Posts

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 dir
RewriteEngine On
Options +FollowSymLinks -Multiviews
#Discussions
RewriteRule (.*) /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/25842-help-needed-on-htaccess/
Share on other sites

  • 4 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.