mkileysweeney
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Installation IssuesI went through it about 10 times but thanks for asking.
It seems that the following permalink code was missing:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPressOnce this was added I could immediately access the administration panel and the error vanished without a trace!
Forum: Installing WordPress
In reply to: Access/Installation IssueWell after no help was given here I asked Lunarpages for assistance.
It appears the permalink code was missing. Once this was added the blog was immediately accessible through the administration area of WordPress.
Forum: Installing WordPress
In reply to: Access/Installation IssueWas there meant to be a reply above?
Forum: Installing WordPress
In reply to: Access/Installation IssueI have read through some previous posts but unfortunately am still no closer to solving this one. Any help would be appreciated.
Forum: Installing WordPress
In reply to: Access/Installation IssueInterestingly enough I attempted to do another install onto a separate domain hosted alongside the other and this one worked fine. It was directly onto the domain – ie http://www.speckles.ca. Yet when I repeated the other one onto yoursfaithfully.ca/blog I had the same issue ie the redirection to “Page Not Found”. Does this highlight anything in particular for anyone?
Forum: Installing WordPress
In reply to: Access/Installation IssueThanks I will let you know when I solve it. I have tried deactivating all the plugins but unfortunately that did not help.