Я створив субдомен на ім'я http://admin.stenzsolutions.com і просто для тестування піддомену я розмістив той самий вміст, що і основний домен http://www.stenzsolutions.com
Тепер я зіткнувся з проблемою на піддомені ... Домашня сторінка завантажується чудово, але якщо натиснути будь-яке посилання, це дає мені помилку 500 внутрішніх серверів ... Такий самий вміст в основному працює як мрія, і немає проблем ... ось точний опис проблеми, з якою я стикався ...
Internal Server Error
---------------------
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache Server at admin.stenzsolutions.com Port 80
Я просто погуглив його і виявив, що може виникнути проблема з моїм файлом .htaccess ... Отже, ось мій файл .htaccess
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]
І ось точна помилка, яку я отримав із журналу помилок сервера
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.
RewriteBase /
одразу після цьогоRewriteEngine on