This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AbetoArmarios_Web/Source/www/.htaccess

9 lines
205 B
ApacheConf

DENY FROM ALL
ALLOW FROM 127.0.0.1
#RewriteEngine on
#Options +FollowSymlinks
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^(.*)$ index.php?id=$1 [L,QSA]