William Price
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] https redirect ads ~a4178566 after the root domain?OK guys adding the following to .htaccess worked for me:
RedirectMatch 301 /~o9517725(.*) /$1
I’m sure there’s a better way to solve this, but this will be fine for now.Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] https redirect ads ~a4178566 after the root domain?Just wondering if anyone has solved this, because I’m having the same problem.
Forum: Installing WordPress
In reply to: install via ftp to godaddy VPS not workingI recommend you contact GoDaddy support and tell them about the error. They should be able to sort out the name servers for you.
Forum: Localhost Installs
In reply to: Creating a wp-config.php file on local serverYes
Forum: Installing WordPress
In reply to: install.php not working during local installationYou could always set up a remote server and set up the theme’s directory as a site in Dreamweaver if all else fails.
Forum: Fixing WordPress
In reply to: How do I make the link to homepage relative?In Dashboard > Appearance > Menus create a home menu item with whatever title you want and put the URL as /
Forum: Installing WordPress
In reply to: install.php not working during local installationIs MySQL definitely running? Have you made the database and user?
Forum: Installing WordPress
In reply to: install via ftp to godaddy VPS not workingIs the domain definitely pointing at the server?
Forum: Localhost Installs
In reply to: Creating a wp-config.php file on local serverPut the database information for the remote server as it’s where WordPress will run and will mean you don’t need to copy the database =)
If you want to test completely locally however, you’ll need to setup a local database and transfer it to the server afterwards.