.. on mysite.wordpress/wp-admin
On http://www.mysite.com all I get is access denied but it works on the otheres mentioned above.
I installed directly from control panel.
Any advice appreciated. Thanks.
.. on mysite.wordpress/wp-admin
On http://www.mysite.com all I get is access denied but it works on the otheres mentioned above.
I installed directly from control panel.
Any advice appreciated. Thanks.
is it a 404?
a real link would help
Tried to put in a link there -
There should be an index.php in your root directory; it is now probably in your wordpress directory. I am talking about the one with this content:
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */
require('./wordpress/wp-blog-header.php');
?>iiiieee. I'm so excited. I just realized that I had overwritten the original index.php page with this code with a test page with other code....and never replaced it. I was having so much trouble getting WordPress to install at all, that I totally forgot this.
Well, I don't know if you were able to solve this person's issue, but you solved my last problem. I am now up and running!!!
Thanks, WCW
Thanks henkholland ... I think I have now moved that index.php file as suggested ... but have a look at this now please:
Got it sorted - when I copied index.php to the root directory - I had to insert /wordpress into line 17 to get it to work. Thanks henkholland.
No thanks at all. I am learning from this too. Another one resolved.
This topic has been closed to new replies.