For those of you who have run into this before, you know exactly what to do, but for those of you who have never seen a Forbidden when working with your Wordpress installation, it may freak you out for a short second. Here's what's going on when you try to log into your http://site.com/wp-admin Wordpress Login and get a dreaded 403 Forbidden Error. More than likely, your .htaccess file has changed. If you didn't do this manually, there's a good chance your hosting provider did this to you. … [Read more...] about WordPress LiteSpeed 403 Forbidden at Login Prompt
.htaccess
WordPress and WAMP: Permalinks other than Default do not work
Permalinks uses mod_rewrite module. By default, this is not enabled in WAMP. Here's how to enable it. Left click the WAMP icon near your clock and or find your httpd.conf by searching in your wamp folder. It will be in your apache folder's conf directory. I found it here: C:\wamp\bin\apache\apache2.2.22\conf. Once the file is open, find the following line and take the has tag out of it. So this: #LoadModule rewrite_module modules/mod_rewrite.so Needs to look like this: LoadModule … [Read more...] about WordPress and WAMP: Permalinks other than Default do not work
Recent Activity