Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Using XAMPP

  • 18-07-2012 06:27PM
    #1
    Registered Users, Registered Users 2 Posts: 1,298 ✭✭✭


    how do i make this secure and how to i get my files onto it, not to sure about ftp ports and all that jazz.

    lots of thanks for all replies and help i've had so far with starting this you guys rock.


Comments

  • Registered Users, Registered Users 2 Posts: 1,082 ✭✭✭Feathers


    how do i make this secure and how to i get my files onto it, not to sure about ftp ports and all that jazz.

    lots of thanks for all replies and help i've had so far with starting this you guys rock.

    If you're using XAMPP, is it not on your local computer? In which case you should be able to drag and drop files into it's home folder as normal. Quick Google gives this reasonable checklist for security, though again — if it's just locally, I wouldn't worry too much about it if you're just going to be using it on your home network (unless your files are super sensitive); might be an issue if you're using public WiFi alright.


  • Registered Users, Registered Users 2 Posts: 1,757 ✭✭✭Deliverance XXV


    XAMPP should only be used on a local network for testing purposes.
    If you are looking for a database on a live server then you may contact your hosting company or look in their hosting panel settings as there should be an option for a MySQL database install.

    If you are just wondering about the local install the you should put your file in the htdocs folder in the XAMPP folder.
    You can then access it from a browser with an URL like this: localhost/test_website/index.php


  • Registered Users, Registered Users 2 Posts: 16,415 ✭✭✭✭Trojan


    You'd secure XAMPP like you would any other server environment - but it's not intended for production use, only development and testing, so you're better off using a production server for that purpose :)


Advertisement