tornadough
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Access to siteOk, resolved this myself. The fix in case anybody else has this problem is:
At the wordpress admin site: Under settings->general there are 2 fields: Word press address (URL) and blog address (URL). Make sure those fields do not use localhost for this type of setup and you’re good to go.
Forum: Installing WordPress
In reply to: Access to siteAfter further testing this morning, I haven’t got much futher with this. I’ve tried in a Firefox browser as well and when I try to access http://servername/wordpress/index.php it redirects to http://localhost/wordpress. Is that expected/normal behavior?
Any help is appreciated.
Forum: Installing WordPress
In reply to: Apache ErrorI fixed this myself. Guess I was using apache 2 NOT 2.2.
Got it all working now. 🙂Forum: Installing WordPress
In reply to: Apache ErrorThanks for the great link. I followed it exactly and I still get the same error. I have it running on a VMWare box so it’s easy to try new things and revert. Still can’t get past these errors.
When you take out the following lines Apache starts up fine:
# Enable PHP5
LoadModule php5_module “C:/Program Files/PHP5/php5apache2_2.dll”
AddType application/x-httpd-php .php
PHPIniDir “C:/Program Files/PHP5”