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.
 
This week, I saw a documentary done by the French called Les sacrifiés de l'IA, which was presented by a Canadian show Enquête. If you understand French I recommend it. Very eye-opening. I found a similar documentary in English called The Human Cost of AI: Data workers in the Global South. There is also an interview with Milagros Miceli (appearing in both documentaries) on Youtube: I also found a powerpoint presentation by the economist Uma Rani (appearing in the French documentary), AI...
Back
Top