zitu4life Posted May 19, 2020 Share Posted May 19, 2020 Hello there Can some one find what is wrong in this .htaccess code, and what could be possible solution to try? RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.)crm.php(. )$ /admin/crm.php [QSA, L] <Limit PUT DELETE OPTIONS> Order allow,deny Allow from all </Limit> After run this n this website http://www.htaccesscheck.com/ I receive that there is error on line 3 RewriteRule ^(.)crm.php(. )$ /admin/crm.php [QSA, L] that issue is causing 500 Internal Server Error Any idea how to fix it? Thank you! 0 Quote Link to comment Share on other sites More sharing options...
bear Posted May 19, 2020 Share Posted May 19, 2020 Have you tried removing the bit between the .php and $? The "." means a single character, and the empty space? What's the point of that entire part? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.