icon4tech Posted April 27, 2006 Share Posted April 27, 2006 1- I have 2 file index1.php and index2.php, index1.php has a hyper link like <a href="index2.php">Click here</a>, after clicking on this the user is transfered to index2.php, i want that the user to view index2.html in the web page & also in the address bar the address should be looked index2.html instead index2.php2- I have my site [a href=\"http://localhost/mysite/\" target=\"_blank\"]http://localhost/mysite/[/a] and i have the main page for this index.php,i want that whenever a user approaches to my site, the main page index.php should be displayed with displaying address [a href=\"http://localhost/mysite/index.html\" target=\"_blank\"]http://localhost/mysite/index.html[/a] rather than [a href=\"http://localhost/mysite/index.php\" target=\"_blank\"]http://localhost/mysite/index.php[/a].What would be the rewriteconditions & rewriterules for these and where shld i place the .htaccess file. All my files will be under [a href=\"http://localhost/mysite/\" target=\"_blank\"]http://localhost/mysite/[/a] Link to comment https://forums.phpfreaks.com/topic/8536-mod_rewrite/ Share on other sites More sharing options...
Yesideez Posted April 27, 2006 Share Posted April 27, 2006 Please use the search function as this has already been answered recently - this is what I just told another user to do who has asked the same question. Link to comment https://forums.phpfreaks.com/topic/8536-mod_rewrite/#findComment-31254 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.