Code: Select all
RewriteRule ^/* /dialogue/index.php [QSA,L]when i click on home , the uses are still redirected to /dialogue/index.html not
/home.php page.
Can any one tell me when i click on home /home.php page.i want to write the rule in htaccess file to redirect the user to /home.php page.
so finally i need .htaccess file with rewrite rule to
1)when a user hits the root, I want to redirect to /dialogue/index.html
2)When the user types /home.php i want to redirect to /home.php