Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Blogging Forum


You are currently viewing our Blogging Forum as a guest. Please register to participate.
Login



Reply
Don't have permission to access page.php
Old 08-27-2007, 08:23 PM Don't have permission to access page.php
Skilled Talker

Posts: 71
Trades: 0
Hi! I am getting the following error on my Wordpress blog. I have posted before and it has worked:

Code:
Forbidden

 You don't have permission to access /news/wp-admin/page.php on this server. 
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Thanks!
zephyrcat is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-28-2007, 01:33 PM Re: Don't have permission to access page.php
coolkbk585's Avatar
Be good this Christmas!

Latest Blog Post:
KBlog has been deativated
Posts: 642
Name: Kyle
Location: Ada, MI
Trades: 0
That's a problem with permissions on your server, not on the blog program.

If you have an FTP program, connect to the server and CHMOD the folder containing the Wordpress blog to 777.
__________________
<?php if($Adsense_Revenue > 0): define('HAPPINES','100%'); else: define('HAPPINESS', '0%') endif; ?>
coolkbk585 is offline
Reply With Quote
View Public Profile Visit coolkbk585's homepage!
 
Old 08-28-2007, 04:52 PM Re: Don't have permission to access page.php
Skilled Talker

Posts: 71
Trades: 0
Could you tell me what I should type?
zephyrcat is offline
Reply With Quote
View Public Profile
 
Old 08-28-2007, 05:42 PM Re: Don't have permission to access page.php
coolkbk585's Avatar
Be good this Christmas!

Latest Blog Post:
KBlog has been deativated
Posts: 642
Name: Kyle
Location: Ada, MI
Trades: 0
Do you not have a graphical FTP program like Filezilla? Just right click on the folder and click File Attributes or whatever, and that should be one of the options. There should be a place to type in a number, and a 3x3 box on check boxes.
__________________
<?php if($Adsense_Revenue > 0): define('HAPPINES','100%'); else: define('HAPPINESS', '0%') endif; ?>
coolkbk585 is offline
Reply With Quote
View Public Profile Visit coolkbk585's homepage!
 
Old 08-28-2007, 05:44 PM Re: Don't have permission to access page.php
Defies a Status

Posts: 3,420
Trades: 0
If you don't I recommend using net2FTP for the short term. It is very easy to use and doesn't involve you downloading anything to use it
CSS4Life is offline
Reply With Quote
View Public Profile
 
Old 08-29-2007, 06:23 PM Re: Don't have permission to access page.php
Skilled Talker

Posts: 71
Trades: 0
Thanks, but that still did not work. Any other ideas?
zephyrcat is offline
Reply With Quote
View Public Profile
 
Old 08-29-2007, 06:53 PM Re: Don't have permission to access page.php
Defies a Status

Posts: 3,420
Trades: 0
You are sure you have changed the access permissions from omething like 644, to 777?

If things still aren't working, there may be an entry in the .htaccess file that is preventing this access. .htaccess is in the public_html folder and Wordpress does sometimes have problems accessing this and working with it - an example being that I had to modify my .htaccess file to be able to change the format of permalinks.

I'm no expert on the .htaccess file though, but I think this could potentially be causing the problems if there are entries in this somehow restricting access to files
CSS4Life is offline
Reply With Quote
View Public Profile
 
Old 08-29-2007, 07:04 PM Re: Don't have permission to access page.php
Skilled Talker

Posts: 71
Trades: 0
Thanks, I will try that. What could have changed though? I posted one day just fine and then the next day the first thing I noticed was that it saved the draft once (I think) then it just kept saying Saving draft... and when I posted I got the error. Does wordpress modify file permissions?
zephyrcat is offline
Reply With Quote
View Public Profile
 
Old 08-29-2007, 07:10 PM Re: Don't have permission to access page.php
Defies a Status

Posts: 3,420
Trades: 0
It shouldn't do. If you have changed the domain/permalink structure recently, that might be a possible problem and that involves the .htaccess file.

Here's the code you may need to add to the .htaccess file if it or something similar is not already there:

Quote:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
Also try deleting everything if there is the above in the file and it's not working.

ALSO (yes a lot of also's ), try deleting the .htaccess file if the 2 things I mentioned don't work and make a new one immediately named .htaccess of course and leave it blank. If this don't make a new .htaccess file, I think you encounter a 500 error on the site and it doesn't work, so be careful.

Hope this all helps,
Dan
(Talkupation appreciated )
CSS4Life is offline
Reply With Quote
View Public Profile
 
Old 08-30-2007, 05:30 PM Re: Don't have permission to access page.php
Skilled Talker

Posts: 71
Trades: 0
Well, I can't post that post I was going to, but now I can post other stuff... Thanks!
zephyrcat is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Don't have permission to access page.php
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.30526 seconds with 12 queries