View Single Post
Old 11-10-2017, 02:27 PM  
porn-update
Confirmed User
 
porn-update's Avatar
 
Industry Role:
Join Date: Apr 2014
Posts: 380
So, these days I tried, studied, tested, but htaccess and url_rewriting I understand very little...

This error is still there... there is always...
Code:
[Fri Nov 10 21:22:42.691073 2017] [core:error] [pid 23733] [client 95.108.129.196:58013] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
After days of study and research I thought maybe, could be the folder structure?

I did not use the structure indicated in the tutorials "var/www/html/site.com/public_html

I public_html never liked it, so I ignored it, in site.com, there are files of my sites.




All my htaccess start with this line
Code:
RewriteBase /
That (theoretically) should indicate where it all begins, can it be that it is confused and bring to /html? So all the errors?

A virtually identical error occurs with WordPress multisite (which I have never used and I do not know) in Apache 2.4
The solution seem to be this couple of lines:
Code:
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
That I have absolutely no idea what they mean and whether they must be added to the htaccess of /html or in all the htaccess of my sites?

Any ideas to help?


P.S. other thing, can I run in a single site a different version of PHP, generally php7, and in a single site php5?
porn-update is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote