Can I Use WordPress with My ISP? Understanding PHP and MySQL Support

  • Thread starter Thread starter TSN79
  • Start date Start date
  • Tags Tags
    Isp Php Support
AI Thread Summary
To start blogging with WordPress, it's essential to ensure that your Internet Service Provider (ISP) supports PHP and MySQL, as these are required for WordPress functionality. If you encounter issues where PHP files display as code in your browser, it may indicate that your account needs configuration to process PHP files correctly. Consulting your ISP's support can clarify this. Alternatively, using platforms like Blogger.com can simplify the process without needing server configuration. For those interested in setting up a local server, tools like Apache, PHP, and MySQL can be installed, with Windows users finding it easier than Linux users. However, if your ISP blocks standard ports like 80 for security reasons, you may need to use an alternative port, such as 8080, and consider dynamic DNS services for IP changes. It's also crucial to review your ISP's terms of service, as some may restrict or prohibit running home servers. For those expecting significant traffic, opting for a paid hosting service is advisable.
TSN79
Messages
422
Reaction score
0
I would like to start blogging using WordPress. I've heard that my ISP needs to support PHP and MySQL in order for this to work? I have no idea what either is but I have seen a few examples of small test-files (info.php) I can upload to my site and attemp to view them in order to find out if my ISP supports it. Always when I try this my browser only shows the content of the file itself as code, nothing else. What does that mean?
 
Computer science news on Phys.org
Nothing. Could be you have to configure your account so that the server knows it has to work with php files. Best place to ask is your ISP support.
 
Why not just use Blogger.com?
 
You could set up a local http server.
Code:
[PLAIN]http://www.apache.org/
[/PLAIN] and php+mysql. If you're on windows it'll be a tad bit easier than on *nix, if you're using linux then it's easy too, just look up how setup a lamp server. Your website should be viewable by your IP (external) address. Just make sure the proper ports are forewarded for the web server. Hope that helps to a degree, if you need me to elaborate on something feel free to ask ;)
 
Last edited by a moderator:
nickdk said:
You could set up a local http server.

I did this a few years ago with apache/php/perl/mysql on a windows xp system. However, I discovered that my ISP bocked port 80 (for security reasons). I had to use an alternate port (8080) and a free DNS (such as DynDNS). I think some router/modems will even automatically update the DNS if your IP number changes. This method works good if you have a high speed connection, don't mind leaving your computer on 24/7, and you do not anticipate a lot of traffic. Otherwise, it's probably best to pay for a hosting service.

*You should check your ISPs terms of service. Some limit or prohibit setting up home servers on their network.
 
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...
I came across a video regarding the use of AI/ML to work through complex datasets to determine complicated protein structures. It is a promising and beneficial use of AI/ML. AlphaFold - The Most Useful Thing AI Has Ever Done https://www.ebi.ac.uk/training/online/courses/alphafold/an-introductory-guide-to-its-strengths-and-limitations/what-is-alphafold/ https://en.wikipedia.org/wiki/AlphaFold https://deepmind.google/about/ Edit/update: The AlphaFold article in Nature John Jumper...
Back
Top