Skip to content

Instantly share code, notes, and snippets.

@opnchaudhary
Created November 26, 2019 04:34
Show Gist options
  • Save opnchaudhary/de09e8a7a64f29e7e0e4611080ec89dc to your computer and use it in GitHub Desktop.
Save opnchaudhary/de09e8a7a64f29e7e0e4611080ec89dc to your computer and use it in GitHub Desktop.
laravel 4
# 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