Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

12 lines
286B

  1. <IfModule mod_rewrite.c>
  2. Options -MultiViews
  3. RewriteEngine On
  4. RewriteCond %{REQUEST_FILENAME} !-f
  5. RewriteRule ^(.*)$ index.php [QSA,L]
  6. </IfModule>
  7. <IfModule !mod_rewrite.c>
  8. <IfModule mod_alias.c>
  9. RedirectMatch 302 ^/$ /index.php/
  10. </IfModule>
  11. </IfModule>