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
2015-03-29 05:16:42 +02:00

9 lines
233 B
ApacheConf

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]