Page 1 of 1

301 - Moved Permantly error

PostPosted: Sun Apr 27, 2008 9:25 am
Author: River
Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Advanced Knowledge
Board URL: http://katanazone.com

PHP Version:
MySQL Version:


What was done before the problem appeared?
The site was called on, by a forwarding system. It's been set to it's new domain, using no subfolders to be called on. Everything runs great, as it should except for a few modules that never worked before, but are now generating new errors.


What was done to try to solve the problem?
Made sure the permissions for each file was set correctly.



De.scription and Message

Error shown:

Forbidden
You don't have permission to access /admin/admin_im_config.php on this server.

Additionally, a 301 Moved Permanently error was encountered while trying to use an ErrorDocument to handle the request.

Re: 301 - Moved Permantly error

PostPosted: Sun Apr 27, 2008 12:28 pm
Author: Helter
this is just a guess, but is your server running php as a cgi module?

If this is the case, be sure you have not added any php edits to any htaccess files and set all folders that normally require 777 chmods to 755

PostPosted: Sun May 18, 2008 12:15 am
Author: River
This was done, but get the same error.
(Changing CHMODs)

Re: 301 - Moved Permantly error

PostPosted: Sun May 18, 2008 8:58 am
Author: Helter
if you get this error when you enter your site at http://katanazone.com try again at http://www.katanazone.com
this can often be a domain mismatch error

PostPosted: Sun May 18, 2008 9:11 am
Author: River
Tried the 'www' - but same results. <img>

Re: 301 - Moved Permantly error

PostPosted: Sun May 18, 2008 12:48 pm
Author: Helter
check this. have you edited your htaccess or added a redirect to your index.html? if not, it could be your server setup
http://www.checkupdown.com/status/E301.html

PostPosted: Sun May 18, 2008 7:35 pm
Author: River
There was a redirect, but that gave 404's till we moved the site to it's own server, now we get the 301's...

You know, now that I've looked, there is no .htaccess file.

What's the standard setup for running IMod? Can ya throw some code down and I can copy/paste?

Much thanks. <img>

Re: 301 - Moved Permantly error

PostPosted: Sun May 18, 2008 9:27 pm
Author: Helter
check in your database that your
cookie path = /
cookie_domain = .katanazone.com
.script_path = /
server_name = http://www.katanazone.com

also, chances are, you have an htaccess file, but your server settings do not allow you to see it. upload this one to your forum root. If it creates problems, edit it and delete the code in it, save it and upload the empty htaccess.