atanas1223
Forum Replies Created
-
Forum: Plugins
In reply to: [Strong Testimonials] HTACCESS corrupted on install of this pluginHi,
I also think the problem can be in the .htaccess file. If it’s generated automatically by WordPress and you haven’t edited it, that may be the problem.
Here is how it should looks like:# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # WP Maximum Execution Time Exceeded <IfModule mod_php5.c> php_value upload_max_filesize 1024M php_value post_max_size 2048M php_value max_input_time 3000 php_value max_execution_time 3000 </IfModule>
Hope that will help!
Forum: Fixing WordPress
In reply to: HTAccess issueHi,
I also think the problem can be in the .htaccess file. If it’s generated automatically by WordPress and you haven’t edited it, that may be the problem.
Here is how it should looks like:# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # WP Maximum Execution Time Exceeded <IfModule mod_php5.c> php_value upload_max_filesize 1024M php_value post_max_size 2048M php_value max_input_time 3000 php_value max_execution_time 3000 </IfModule>
Hope that will help!
Forum: Plugins
In reply to: [WP Fastest Cache] Can’t login to admin panelHi,
I also think the problem can be in the .htaccess file. If it’s generated automatically by WordPress and you haven’t edited it, that may be the problem.
Here is how it should looks like:# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # WP Maximum Execution Time Exceeded <IfModule mod_php5.c> php_value upload_max_filesize 1024M php_value post_max_size 2048M php_value max_input_time 3000 php_value max_execution_time 3000 </IfModule>
Hope that will help!
Forum: Fixing WordPress
In reply to: Display 404 page when preview or update page, post or imageHi,
I also think the problem can be in the .htaccess file. If it’s generated automatically by WordPress and you haven’t edited it, that may be the problem.
Here is how it should looks like:# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # WP Maximum Execution Time Exceeded <IfModule mod_php5.c> php_value upload_max_filesize 1024M php_value post_max_size 2048M php_value max_input_time 3000 php_value max_execution_time 3000 </IfModule>
It can also be a plugin. The most common plugin to do such errors is the “Slider Revolution” plugin. If you have it too, simply deactivate it and check if the website works in the correct way.
Hope that will help!
- This reply was modified 6 years, 11 months ago by atanas1223. Reason: Added some more details
I just share my work with all of you for I’m not the only happy. I love to hear that it helped you! <3
The previous I want to be reply to @metallicarosetail, so I think the upload_max_filesize plugin should be edited by someone.
- This reply was modified 7 years, 12 months ago by atanas1223.
- This reply was modified 7 years, 12 months ago by atanas1223.
- This reply was modified 7 years, 12 months ago by atanas1223.
- This reply was modified 7 years, 12 months ago by atanas1223.
Hi,
I delete my php.ini file, and edit htaccess file! Before that, I have the same problem. Now all works perfect. Caution, I also delete myupload_max_filesize
plugin. This is my htacess:# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # WP Maximum Execution Time Exceeded <IfModule mod_php5.c> php_value max_execution_time 300 php_value upload_max_filesize 20M php_value post_max_size 20M php_value max_input_time 300 </IfModule>
- This reply was modified 7 years, 12 months ago by atanas1223.
Forum: Reviews
In reply to: [Disable Feeds] It works very good!!!I have changed the review. Thank for plugin much!
Forum: Reviews
In reply to: [Disable Feeds] It works very good!!!Oh, sorry, now the plugin work!!! May be the plugin wants a time to start?
Now I can’t delete the first review which I made!
- This reply was modified 8 years, 1 month ago by atanas1223.