sivanath.nagendran Posted December 7, 2006 Share Posted December 7, 2006 Hi I had done one project. It contains more than 10 files. Now I planned to post all files into Production environment and then all the User's will be start to using that. Now I need help for, I would like to show onle the Login_screen.php file in Localhost webpage screen(as a Front page for my Project). How to set this in Apache software? ???Is this possible?Thanks for your help.BySivanath.N Link to comment https://forums.phpfreaks.com/topic/29811-how-to-hide-some-php-files-in-my-localhost-page-pls-help-me/ Share on other sites More sharing options...
wildteen88 Posted December 7, 2006 Share Posted December 7, 2006 There two ways, the first way is to create a .htaccess file in the folder in which login_screen.php locates and add the following code to it:[code]Indexes Login_screen.php[/code]Now when ever you go to http://localhost/ it should loadup login_screen.php automaticallyOr the other option will be to create an index.html file and then use a meta refresh so it loads up Login_screen.php Link to comment https://forums.phpfreaks.com/topic/29811-how-to-hide-some-php-files-in-my-localhost-page-pls-help-me/#findComment-137033 Share on other sites More sharing options...
sivanath.nagendran Posted December 7, 2006 Author Share Posted December 7, 2006 I can't create [b].htaccess[/b] in my login_screen located floder because if I put (Dot) [b][b].[/b][/b]htaccess it shows one messege box " you must enter file name "!!! My Apache root is D:/MyPHPWebPages with in this I create another folder named SRT, this folder inlude all my project programming files. Now How could I create that folder and is it enough for add only one line into that (htaccess) file " Indexes Login_screen.php " ? Pls tell me briefly still I could't understood your reply? Sorry pls help me for this.BySivanath.N Link to comment https://forums.phpfreaks.com/topic/29811-how-to-hide-some-php-files-in-my-localhost-page-pls-help-me/#findComment-137080 Share on other sites More sharing options...
steviewdr Posted December 7, 2006 Share Posted December 7, 2006 To create a .htacess file on windows:Open Notepad - type in code.Go FILE -> SAVE AS -> Filename= .htaccess File Type= All Files.Click Save.-steev Link to comment https://forums.phpfreaks.com/topic/29811-how-to-hide-some-php-files-in-my-localhost-page-pls-help-me/#findComment-137083 Share on other sites More sharing options...
sivanath.nagendran Posted December 8, 2006 Author Share Posted December 8, 2006 Still I couldn't find the solution pls can anyone help me to thisBySivanath.N Link to comment https://forums.phpfreaks.com/topic/29811-how-to-hide-some-php-files-in-my-localhost-page-pls-help-me/#findComment-137203 Share on other sites More sharing options...
kam_uoc Posted December 29, 2006 Share Posted December 29, 2006 if the problem is to create .htaccess file you can try this way.let's say your working place is c:\abc, first create an text file and save it in any name, say a.txt;then go to command prompt and rename itren a.txt .htaccessthen open the .htacess file and write your code. try Link to comment https://forums.phpfreaks.com/topic/29811-how-to-hide-some-php-files-in-my-localhost-page-pls-help-me/#findComment-149269 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.