Created
November 26, 2019 04:34
-
-
Save opnchaudhary/de09e8a7a64f29e7e0e4611080ec89dc to your computer and use it in GitHub Desktop.
laravel 4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Redirect if index.php is in the URL | |
RewriteRule ^index.php/(.+) /$1 [R=301,L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment