voov/Sputnik-Framework/master/.htaccess - Htaccess File

voov/Sputnik-Framework/master/.htaccess

RewriteEngine on
RewriteRule ^/?$ /index/ [R]
RewriteRule ^admin/?$ /admin/index/ [R]

RewriteRule ^(.+?)/headline.swf$ headline.swf

RewriteCond %{REQUEST_FILENAME} !favicon.ico [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache