mikey22
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Internal Server Error Help!Oh man I delete the .htaccess again and made sure the plugin was deleted…still no luck how the heck???
Damn! Alism, ol buddy ol pal?
Thanks songdogtech by the way!
Forum: Fixing WordPress
In reply to: Internal Server Error Help!or if you have any more idea alism lol of course feel free 😀
Forum: Fixing WordPress
In reply to: Internal Server Error Help!Hello,
Ya he looks like the man I can see it in his eye LOL
I can use your help songdogtech!
(forcing to change htaccess did not change anything)
Forum: Fixing WordPress
In reply to: Internal Server Error Help!Ah alism youre back to help me again LOL. If I deactivate and delete the plugin it still doesn’t work.
Hi songdogtech. All I did was delete what you saw in my last post.
“make sure you are using the correct charcater encoding and line endings in your text editor”
Forgive my amateur-ness but I’m not sure I understand what this means yet?
Forum: Fixing WordPress
In reply to: Internal Server Error Help!bump (before getting lost)
Forum: Plugins
In reply to: TinyMCE Advanced Plugin – Setting work but not editing?this worked:
1.Make sure the “Disable the visual editor when writing” checkbox in your profile is not selected.from here: http://azaozz.wordpress.com/2008/12/11/troubleshooting-tinymce-in-wordpress-27/
Forum: Plugins
In reply to: TinyMCE Advanced Plugin – Setting work but not editing?please
Forum: Fixing WordPress
In reply to: Tried Everything in the Sticky Still can’t upload images?!?!?!?!ok got it to work doing this:
http://wordpress.org/support/topic/301275?replies=4Forum: Fixing WordPress
In reply to: Plugin causes Internal Error HELP!!!!!!!!🙂
Forum: Fixing WordPress
In reply to: Plugin causes Internal Error HELP!!!!!!!!it worked! it worked! my website is saved! i can still make money and work on my site today! i must sound like a lunatic!
Alism you’re great thankyou,thankyou,thankyou,thankyou!
Forum: Fixing WordPress
In reply to: Plugin causes Internal Error HELP!!!!!!!!Oh I am feeling a wave of relief beginning …!
so should it look like?:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Plugin causes Internal Error HELP!!!!!!!!this is it:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>#BEGIN Image Upload HTTP Error Fix
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
<IfModule security_module>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
<IfModule security2_module>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
#END Image Upload HTTP Error Fix# END WordPress
Forum: Fixing WordPress
In reply to: Plugin causes Internal Error HELP!!!!!!!!oh ok i will try what you have said thanks rvoodoo ok alism ill be back in 1 minute
Forum: Fixing WordPress
In reply to: Plugin causes Internal Error HELP!!!!!!!!if this helps the only .htaccess file i see is directly in my html public folder and it’s for my main domain (which is not even a wordpress site).
my problem site in question here is an addon domain if this makes any diff?
Forum: Fixing WordPress
In reply to: Plugin causes Internal Error HELP!!!!!!!!ok i’m not sure if im doing this right but browsing through my wp-admin (using filezilla) there is no .htaccess file, only .php and .css files.
I don’t know where else to look for this file forgive my newbness?