Sorry for the question(not so specific), because i don't know how to ask it.
I want to create a platform with all includes like wix.com. IK BIG DREAMS. However, i don't know how they do to host every domain and every person that creates a website and does it thru php pages.
i mean, here a better example would be a hosting company, like they have php pages that automatically create your user, control panel and host you on a fragment of their servers after you pay and i want to do such a thing with like a dedicated server and host subdomains to my domain and those subdomains will be people's websites(just like wordpress.com does) and if they want to add a domain they just buy it and link the host to the domain.(WITH PHP, no server control panel or something like this)
PLS HELP
It appears as your concern is to create cluster.Let us take an example of creating cluster having Database, Email Service, and Control Panel.
1]Create Database Server using mySql or ms-sql
2]Create Email server using Smarter mail
3]Create Server with Control Panel using Website Panel
4]Install Server component of Website Panel on Database Server and Smarter mail along with .net latest framework(version 4.5)
5]Generate virtual server using website panel feature which will allow to create user having facility of database, email service, FTP,DSNs etc.
Related
After reading as much as I can from the CPanel documentation and forum posts I have come to the conclusion that what I want to do is not possible but I thought I would have one last try just in case.
I have a server that hosts a number of domain accounts that are managed by CPanel, some of the domains have a Wordpress supported website that includes a plugin to provide services to the users.
I don't have root access, that is only available to the service company that host the server.
I would like to provide a webpage (php) that displays the email forwarders to selected users who do not have access to CPanel.
Is this possible?
Thanks
Mike
I'm at school and in on Campus housing which means I don't have access to the router to get the admin password to allow me to port-forward my website for my senior Capstone. I would like to know how to host a server that I can insert a MySql database, as well as my sight files from my own machine; how would I even go about getting around this without port forwarding?
There is an "Open Windows Firewall Ports for network access" embedded within MySQL Server download prosses theoretically if clicked would it allow me to embed a Website within MySQL Server and host it?? or would that just allow my database to be assessable threw my vulnerable network.
One solution would be to use reverse proxy services like https://pagekite.net/
I built a website (localhost) using PHP and HTML through XAMPP. Now, I want to publish it online (webhost), available to everyone. What should I do? Thanks in advance!
First you need a host to upload your files. For this purchase hosting space from godaddy, bluehost or someother provider. You need to purchase a domain too. After domain and hosting space, if you have purchase linux hosting, then 90% chance is that you will get a cpanel. So log into your cpanel then navigate to 'public_html'. Inside this, using some ftp client like filezilla, or cpanel's build in upload feature, upload all your files. If your website needs a database, then you need to create a database, add database user and password using database wizard tools in cpanel.
When you will purchase a hosting, these things will be very clear once you login and expore a little.
Moving a website to another host consists of the following steps:
Moving the website's files.
Moving the website's database(s) (if any).
Configuring your application to work at the new host.
Pointing your domain's DNS to the new host.
A more detailed breakdown of these steps can be found below:
Transferring the files to the new host
The most convenient way to transfer your website's files to your new web hosting account is via FTP. You should connect to your hosting account and download the files locally to your computer. Then you have to upload them to your new hosting account's main folder (usually public_html, www or httpdocs).
More information on how to use FTP can be found in our FTP tutorial.
Transferring the website's databases
You have to export the database content from your old hosting account (usually into an SQL file), create a new database at your new hosting company and import the information in it. For detailed information on how to import/export databases via phpMyAdmin you can refer to this tutorial.
Application setup on the new host
This really depends from the website application that you are using. For step-by-step instructions on how to reconfigure some of the most popular applications
Check this out https://www.heroku.com/. The website will update as you push your code to the git. It's free, easy to use and good for small project.
We have our on Godaddy and website (developed on php) and emails are running. We developed new website with asp.net, umbraco, sql 2012 which we want to host on arvixe but with same domain name.
I am actaully not an IT Admin so I am not sure about the procedure to do this.
I want to run new website on Arixe with old URL (website hosted on Godaddy) but do not want to transfer emails. Emails should run under godaddy.
What information I exactly need from old registerar to have configuration on arvixe?
While registering new hosting with Arvixe, there is an option to give (existing domain name) if we have and a checkbox with "I want to transfer my domain" Do I need to transfer my domain??
Please reply as I am not aware of this all.
I have finally finished bootstrap website (thanks to some help from the kind folk in this community) and was wondering if I can host the websites MySQL DB on my personal laptop while the site is hosted through a hosting service?
I have configured a PHP script to send the form data by email but I also want to send it to a MySQL DB which I can administer from my home rather than through the host provider.
Yes, you can host MySQL DB on your own personal laptop. You can check out XAMPP, for example, which comes as out-of-the-box bundle including not only MySQL but other features as well - PHP, phpmyadmin and so forth: https://www.apachefriends.org/index.html