Hi everyone, Im newer here.
I have an reseller acount with some websites. On each webseite i always had the next .htaccess file
The above code always always worked. I don't know a lot of apache rules, but for web structure i always use this .htaccess code without troubles, but since this weak, My cpanel provider had to make some change, then my websites shut down and they started to have error 500. my provider sent me an log file and there i saw "Request exceeded the limit " error.
I didn't change anything and i don't know how fix it, and my provider neither know how can fix it.
Can someone tell me if this error could be by some change in the the server? or how can I (or my provider) fix it.
Thanks a lot.
PD: Pardon for my english.
I have an reseller acount with some websites. On each webseite i always had the next .htaccess file
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
#RewriteLogLevel 9
RewriteRule \.(css|jpe?g|gif|png|js|ods|odt|doc?x|xls|pdf|eot|svg|ttf|woff|less|xml|gz)$ - [L]
RewriteRule ^((?!index\.php).+)$ index.php?url=$1 [QSA,L]
I didn't change anything and i don't know how fix it, and my provider neither know how can fix it.
Can someone tell me if this error could be by some change in the the server? or how can I (or my provider) fix it.
Thanks a lot.
PD: Pardon for my english.