Jump to content
The Uniform Server Community

going live


hawkesley
 Share

Recommended Posts

I have just finished developing my application and wabt to move to a live state. I have a web domain and a server (windows pc) that I acces over the net. The application is in a folder located in www. At present I access http://'IP address'/'folder name'/ . I notice www on the udrive has a file index.php which I also have in my application. Is it safe to delete this file? I . would then replace the Ip address with my domain name so it would be http://www.'domain name'/'index.php'

I realise there are other steps to running a production environment also. Is there a tutorial available?

thank you

Link to comment
Share on other sites

You can safely remove everything in folder www however it is worth keeping the htaccess file.

 

To put servers on-line remember to comment out these lines in htaccess

 

#Order Deny,Allow

#Deny from all

#Allow from 127.0.0.1

 

I would recommend keeping favicon.ico or replacing it with one of your own. Most browsers automatically request it, if not found you get an error in your log file.

 

Tutorials take a look at the Wiki:

 

http://wiki.uniformserver.com/index.php/Ho...eb_Server:_Home

 

http://wiki.uniformserver.com/index.php/30...tatic_URL_setup

 

All the best

Ric :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...