reasonableframework/storage/example/_.htaccess

6 lines
140 B
Plaintext
Raw Normal View History

2019-02-26 02:54:58 +00:00
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]