This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/system/.htaccess

10 lines
233 B
ApacheConf
Raw Normal View History

2015-03-29 03:16:42 +00:00
Options -Indexes
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !/system\.php [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/][a-zA-Z0-9./]+)$ system.php?id=$1 [L]