OK can we take it right back to first principles (which I obviously don't understand)? Let's start by saying that my Wordpress blog
was working fine before a) I changed hosts from (SOPA loving) GoDaddy to CheapNames and b) I was hacked and had to rebuild the blog...which was far from easy and now I know some more about Wordpress and SQL.
I followed
this guide to the letter. Then I went back and undid it all and tried all over again. Then I got punchy and began trying different stuff. Then I went back and stepped through the guide diligently (this is how I normally work).
I double checked that my router and HDA's firewall were forwarding port 80 to the HDA.
I edited
/etc/httpd/conf.d/10##-wordpress.conf to look like this:
Code: Select all
<VirtualHost *:80>
ServerName wordpress
ServerAlias *username*.*myhda*.com
ServerAlias wordpress.*myhda*.com
ServerAlias ragequitblog.com
DocumentRoot /var/hda/web-apps/wordpress/html
<Directory "/var/hda/web-apps/wordpress/html">
Options Indexes FollowSymLinks +ExecCGI
...
then I reloaded the web service:
service httpd reload
My domain (hosted by CheapNames) is ragequitblog.com (as you can see in my 10##-wordpress.conf file above).
This is the point where the instructions do not map perfectly with the CheapNames website. So I'm going to try to explain what I have done in perfect detail. I should add that I
have been trying other combinations of procedures to make this work.

This is the CheapNames account page. I'm going to select Domains / Domain Manager from the menu on the left. Now I have tried selecting my domain, shown there, and clicking
Forward this offers a drop down menu, choices are remarkably
Forward Domain or
Forward subdomain. I selected
Forward Domain and tried several things in the field here, for example my external IP address, *username*.yourhda.com, wordpress.*myhda*.com...all with same result: the login page for my HDA dashboard that you can see in the preview in the forwarding box screenshot below.
As this seemed to be a deviation from the instructions I removed the forwarding.
I then went to the
Domain Manager and clicked
Set Nameservers (as bellow).

I clicked the radio button for I want to forward my domain and clicked OK (as shown below).

Then I went to the
DNS Manager (above) and selected
Edit Zone (below).

Under the Heading
A(Host) I selected the
Points to field and entered my external IP address. I then clicked
Save Zone File.
I've given my changes 48 hours just to be sure but I am growing really tired of seeing the Amahi Dashboard login prompt. What do I have to do to have the world see my blog (like before)?
Thanks for all your help (sorry about all the screenshots).