This repository has been archived on 2025-03-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
php-frs/.htaccess

7 lines
122 B
ApacheConf

<Files ~ "\.json$">
Require all denied
</Files>
RewriteEngine on
RewriteRule ^([^./]+)/?$ index.php?action=$1 [L,NC]