jakezyo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hi! I have a Database Connection IssueAny ideas? Thanks!
Forum: Fixing WordPress
In reply to: Hi! I have a Database Connection IssueThere isn’t it’s just the folders to the wordpress website in the root directory.
Forum: Fixing WordPress
In reply to: Hi! I have a Database Connection IssueHi, most of this seems to work OK. however, the main URL is coming up with the “Future home of something quite cool” splash page. If I for example use /about on the end of the URL, I can get to the page, same with the wp-admin page.
Any idea how to get rid of the splash page from coming up? I do not have an index.php on my root folder if that has anything to do with it?
Thanks!Forum: Fixing WordPress
In reply to: Hi! I have a Database Connection IssueOk will try this.
To clarify, I create a fresh wordpress plugin on new site, import the migrated db in the phpadmin. Then simply upload all the existing site’s files to the new site via ftp (overwriting the files from the fresh WP install on the new site) and change the wp-config to the new database that was created?
Forum: Fixing WordPress
In reply to: Hi! I have a Database Connection IssueHow should I check it and what should I be looking for? Thanks for your reply.
Edit : got it in text editor – it says
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Hi! I have a Database Connection IssueHi Tara,
Thanks for your reply.
Yes both the siteurl and home fields are correct.