File: .htaccess

package info (click to toggle)
libnet-oauth2-perl 0.67-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 224 kB
  • sloc: perl: 760; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /dispatch.cgi/$1 [QSA,L]
<Files ~ "\.(yml)$">
Order allow,deny
Deny from all
</Files>