|
|
#1 (permalink) |
|
Registered User
Seasoned Poster
Joined in Aug 2007
34 posts
Gave thanks: 5
Thanked 0 times
|
How can I be sure everything is running ok?
Another beginner question , sorry!
Yesterday, when I finished uploading my site everything was working ok but this morning, when I checked back, I found the "great success" screen again and then "not found" apache screens. After a while the site started to work again. How can I be sure everything is running ok? Regarding redirections in the control panel; my domain is joseperdicion.com and the index page is joseperdicion.com/wordpress/index.php so which one would be the correct redirection? joseperdicion.com/wordpress/index.php ? do I need to put " www " before like this -> ? www. joseperdicion.com/wordpress/index.php |
|
|
|
|
|
#2 (permalink) | |
|
Destroyer of Evil Robots
Excelling Contributor
Joined in Oct 2003
Lives in Atlanta, GA
760 posts
Gave thanks: 17
Thanked 9 times
|
Quote:
http://codex.wordpress.org/Giving_Wo..._Own_Directory This is the method I use to install WordPress. |
|
|
|
|
|
|
#3 (permalink) | |
|
Registered User
Seasoned Poster
Joined in Aug 2007
34 posts
Gave thanks: 5
Thanked 0 times
|
Quote:
Perhaps I didn't explain ok My wordpress installation is in its own folder. When accessing my domain; www.joseperdicion.com I was gettting the apache "great success" screen. I'd like to know if in Surpass control panel, the right re-direct would be joseperdicion.com/wordpress/ index.php or do I need to put " www" www.joseperdicion.com/wordpress/ index.php Perhaps the question os too silly, sorry! |
|
|
|
|
|
|
#4 (permalink) |
|
Registered User
Seasoned Poster
Joined in Aug 2007
34 posts
Gave thanks: 5
Thanked 0 times
|
By the way, inside wordpress admin panel I'm continuously getting apache errors for this same reason;
Not Acceptable An appropriate representation of the requested resource /wordpress/wp-admin/admin-ajax.php could not be found on this server. Apache/1.3.37 Server at joseperdicion.com Port 80 I don't know if this is a propagation issue or is that I need the "www" Last edited by ganzua; August 7th, 2007 at 12:48 PM.. |
|
|
|
|
|
#5 (permalink) | |
|
Destroyer of Evil Robots
Excelling Contributor
Joined in Oct 2003
Lives in Atlanta, GA
760 posts
Gave thanks: 17
Thanked 9 times
|
Quote:
I was trying to save you the redirection by using the WP installation instructions for giving it its own directory. Why you're getting the 404 errors, I'm not sure. |
|
|
|
|
| This user thanks tch3 for this great post! | ganzua (August 8th, 2007) |
|
|
#7 (permalink) | |
|
Registered User
Fresh Surpasser
Joined in Aug 2007
18 posts
Gave thanks: 7
Thanked 1 Time in 1 Post
|
Quote:
To fix, the 'Not Acceptable' errors in the dashboard, what I had to do, was create a .htaccess file in the wp-admin folder. If you don't have one in that folder, create one in notepad and add the following: Code:
<IfModule mod_security.c> SecFilterInheritance Off </IfModule> But, I also have the problem with wordpress not recognizing WWW and none-WWW addresses. You can still see wordpress fine if you use either, it's just, as an author or admin, some of the sidebar options disappear, I could be already logged in, but clicking on a certain part of wordpress would cause some options to disappear, as if you logged off. But clicking login returns me back to the dashboard without actually logging in, which I thought was weird. Still not sure whats going on with that, but for now I just removed the WWW in wordpress options. I might do what tch3 mentioned from the wordpress site by modifying the index.php to point to your blog instead of using cpanel redirect. ![]() |
|
|
|
|
| This user thanks hURT for this great post! | ganzua (August 8th, 2007) |
|
|
#8 (permalink) | |
|
Registered User
Seasoned Poster
Joined in Aug 2007
34 posts
Gave thanks: 5
Thanked 0 times
|
Quote:
I'm going to try that .htaccess rught now because the dashboard is not working. Regarding cpl re-directing it seems it is working ok now. |
|
|
|
|