baileyhaven
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [an error occurred while processing this directive]It worked like a charm. Thanks esmi, you helped me sleep tonight
Forum: Fixing WordPress
In reply to: [an error occurred while processing this directive].htaccess file under wp folder:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /member/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /member/index.php [L]
</IfModule># END WordPress
# BEGIN ST_URLLogin
Redirect 301 /
Redirect 301 / http://www.(my-sites-name).com/member/wp-login.php?action=logout
# END ST_URLLogin————–
.htaccess under my public folder:# Use PHP5 as default
AddHandler application/x-httpd-php5 .phpForum: Fixing WordPress
In reply to: [an error occurred while processing this directive]Is it safe to post that file over the forum. I’m new to this but I understand this contains pw access info.
Forum: Fixing WordPress
In reply to: [an error occurred while processing this directive]I deleted all my folders inside the wp-content/plugins. There is a Hello.php and index.php inside it now. I figure I can reinstall theme all if that allowed me to get inside. Still no luck after deleting them.
There is some generic/text code inside my .htaccess file? Should I be looking there. Permissions set at 644
Forum: Fixing WordPress
In reply to: [an error occurred while processing this directive]I’m not sure if it was installed. Still a newbie to WP. Is there a way I can check by browsing my files. I’ve put the twenty two theme back in manually.