Assumeru/Imperator/master/imperator/.htaccess - Htaccess File

Assumeru/Imperator/master/imperator/.htaccess

Options +FollowSymLinks

<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteRule ^(.+?)/([0-9]+)/(.*?)$ index.php?page=$1/$2/$3 [L,QSA]
  RewriteRule ^index.php$ index.php [L,QSA]
  RewriteRule ^([^/]+?)/?$ index.php?page=$1 [L,QSA]

  <IfModule mod_env.c>
    SetEnv IMPERATOR_URLS 1
  </IfModule>
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache