Home › Forums › WordPress Plugins › Hide My WP › 500 internal server error — Doesn't change plugin permalinks
- This topic has 10 replies, 2 voices, and was last updated 9 years, 10 months ago by Suman M..
-
AuthorPosts
-
March 5, 2015 at 4:07 am #2031dsizzlPost count: 5
Hi! My site is running hide my wp and there are random times that it shows 500 internal server error. can you have a look at my htaccess??
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteRule ^extensions/34feb467/(.*) /bizcontents/plugins/404-redirection/$1 [QSA,L]
RewriteRule ^extensions/0d489c3f/(.*) /bizcontents/plugins/xml-sitemaps-for-videos/$1 [QSA,L]
RewriteRule ^extensions/e981cf39/(.*) /bizcontents/plugins/hc-custom-wp-admin-url/$1 [QSA,L]
RewriteRule ^extensions/514a47aa/(.*) /bizcontents/plugins/limit-login-attempts/$1 [QSA,L]
RewriteRule ^extensions/774f5c5f/(.*) /bizcontents/plugins/login-security-solution/$1 [QSA,L]
RewriteRule ^extensions/ea1c1657/(.*) /bizcontents/plugins/mainwp-child/$1 [QSA,L]
RewriteRule ^extensions/e563f7ee/(.*) /bizcontents/plugins/sspro/$1 [QSA,L]
RewriteRule ^extensions/9a3a0fb6/(.*) /bizcontents/plugins/wordfence/$1 [QSA,L]
RewriteRule ^extensions/b8cffcb7/(.*) /bizcontents/plugins/wp-ban/$1 [QSA,L]
RewriteRule ^extensions/04f4fe83/(.*) /bizcontents/plugins/wp-robots-txt/$1 [QSA,L]
RewriteRule ^library/(.*) /wp-includes/$1 [QSA,L]
RewriteRule ^assets/(.*) /bizcontents/uploads/$1 [QSA,L]
RewriteRule ^extensions/(.*) /bizcontents/plugins/$1 [QSA,L]
RewriteRule ^templates/custom\.css //index.php?style_wrapper=1 [QSA,L]
RewriteRule ^templates/(.*) /bizcontents/themes/mh-magazine-lite/$1 [QSA,L]
RewriteRule ^(index\.php|wp-content/repair\.php|wp-comments-post\.php|wp-includes/js/tinymce/wp-tinymce\.php|xmlrpc\.php|wp-cron\.php|wp-admin/upgrade\.php|wp-login\.php|index\.php|wp-admin/)(.*) $1$2 [QSA,L]
RewriteRule ^(.*)\.php$ /nothing_404_404 [QSA,L]
RewriteRule ^moderate/?$ /wp-login.php [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
i also noticed that it does indeed change the uploads folder, but not the plugins, or the plugins folder. Can you advice me as to what;s going on?
March 5, 2015 at 4:14 am #2032Suman M.Post count: 12478Please let us know your site URL as well. Thanks!
March 5, 2015 at 9:39 am #2033dsizzlPost count: 5i’m running several sites with the same problem.
March 5, 2015 at 4:48 pm #2034Suman M.Post count: 12478Do let us know the URL of the site for which the above htaccess is. Also leave HMWP plugin active for that site.
March 6, 2015 at 8:07 am #2035dsizzlPost count: 5it’s for ebizblog.ca
hmwp is activated on that site.
March 6, 2015 at 8:52 am #2036Suman M.Post count: 12478Hi, I checked the site and its source code, and everything looks fine. Also, your site is not being detected as wordpress site by tools like wpthemedetector.com and whatwpthemeisthat.com
March 9, 2015 at 4:22 am #2058dsizzlPost count: 5i’m just wondering why there are times that the site goes down
thanks for checking.
March 9, 2015 at 4:27 am #2059dsizzlPost count: 5i also noticed that it does indeed change the uploads folder (i changed wp-content folder manually), but not the plugins, or the plugins folder. Can you advice me as to what’s going on?
March 9, 2015 at 4:49 am #2061Suman M.Post count: 12478For renaming the plugins, you’ll have to set “Rename Plugins” option to “all plugins” in Permalinks & URLs tab.
March 12, 2015 at 7:57 am #2114dsizzlPost count: 5i already set rename plugins to all plugins.
March 13, 2015 at 4:21 am #2116Suman M.Post count: 12478I checked the page source for ebizblog.ca and looks all fine. Can you please point out exactly which plugin name is visible.
-
AuthorPosts
You must be logged in to reply to this topic.