I have a website on a live server which works fine. I have just replaced the old website on the live server with a new website on the live server which is giving me a HTTP Error 500 (Internal Server Error)
messages in the web browser.
The new website works fine on the dev server.
I've checked the error_log file and it is not producing error entries to match the date/time I am getting the HTTP Error 500
messages.
How do I figure out why this is not working?
UPDATE:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
#RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]