Skip to content

Instantly share code, notes, and snippets.

View andrea82's full-sized avatar

Andrea Ortis andrea82

  • Devmy
  • Italy
  • 22:24 (UTC +02:00)
View GitHub Profile
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /bakery/index.php/#$1 [L]
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /bakery/index.php/#$1 [L]
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /bakery/index.php/#$1 [L]