I have a 500 internal server error.
I try to reinstall the old version of the plugin or to write on the htaccess file but it doesnt work.
# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I’m not a webmaster and I manage my website alone.
Could you help me ?
Since I use your cache plugin, my website always get the internal server error in the .Htaccess file, then the website can’t open anymore, need to reset to the default code in the .htaccess file through the FTP, then the site works good again.
Please show me if something wrong in the setting of your plugin or something else wrong, I hope to don’t get this problem in the future, because this will get my website less visitor and not good for all search engine ranking too.
Today is already happened 2 times, one time on the morning, another time in the afternoon.
If you need to see my last error code in the htaccess file, I can send it to you by email, you can just give me your email.
Thank you!
Franck
]]><Files wp-config.php>
order allow,deny
deny from all
</Files>
, but when I paste it in . The site is down, what is the reason?
]]>I have 2 # END WordPress. Which one do I add the line after?
# BEGIN WordPress
# The directives (lines) between “BEGIN WordPress” and “END WordPress” are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>
# END WordPress
# Wordfence WAF
<Files “.user.ini”>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Files>
# END Wordfence WAF
]]>This plugin edit and remove lines in
# BEGIN WordPress
this – remove all my lines
# END WordPress
I had a quick look at https://www.ads-software.com/support, but I can’t see where I can find answer for these questions in the forums, so I give it a try in a new post …
The content of the website I admin was recently copied to a new .org domain, and the old .com site was removed and the domain changed to a pointer. Note; it’s not a migration, but an exact copy.
I discovered several things though regarding photos and links:
1) The photos in already sent newsletter can’t be seen since the photos (seemingly taken directly from database?) link to old website urls, and the pointer only link to the frontpage of the new.
Question: For people to be able to see old newsletter with photos; would a solution be to make a code/command in the htaccess-file (at the web host admin) to include the rest of the picture url, like a redirect code?
2) I had to manually change some .com- links to .org-links in the content on the website, but I think there are more old links. All the photos and pages obviously have the right address since it is a new website created from the new domain (as I meaning, not migrated).
Questions: I haven’t had the need for it before now, but it doesn’t seem that there is a built in search function in WP back end, or is it?
I found though there is a plugin that can crawl the site, “Search & Filter”, but when I search for the plugin, it doesn’t show. Something to be downloaded … how does that work in the back end?
Thank you for your time!
Kindly regards
Ingunn Borren