Unable to get into wp-admin

13 views
Skip to first unread message

Jon Burton

unread,
Oct 22, 2012, 8:34:09 AM10/22/12
to manchester-word...@googlegroups.com
Hi Everyone,

Sorry for what may be a simple question but I can no longer get into my wordpress admin area (enjoykalkan.com/wp-admin) it comes back with an error 500
Im assuming this is due to my .htaccess file but dont know.. It currently contains the following.........

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

Options All -Indexes
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php

# END WordPress


Anyone any ideas please?
Thanks

Mike Little

unread,
Oct 22, 2012, 9:03:24 AM10/22/12
to manchester-word...@googlegroups.com
If that's all you have in your .htaccess, that's not the problem. 

I can access the front page of the site, which I wouldn't be able to do if there was a syntax error in your root .htaccess file.

Similarly, if I try to access http://www.enjoykalkan.com/wp-admin, I get redirected to the login page, which means that WordPress gets to run and cause the redirect, again this means no syntax error in .htaccess in wp-admin (if there is one).

So your error is likely coming from php code somewhere. 
Check your php log file (if you have one) or your apache error file. I would expect to find a syntax error or some other fatal error in those files. With the likelihood of an exact filename and line number causing the problem.


Mike
--
Mike Little
http://zed1.com/

Jon Burton

unread,
Oct 23, 2012, 9:29:40 AM10/23/12
to manchester-word...@googlegroups.com
Thanks Mike,

I replaced my php.ini with the default one and everything worked a dream - thanks very much for your help
Reply all
Reply to author
Forward
0 new messages