pandorafms/pandora_console/extensions/grafana/.htaccess

7 lines
197 B
ApacheConf
Raw Normal View History

2023-05-31 15:34:19 +02:00
# /etc/httpd/conf/httpd.conf -> AllowOverride All -> service httpd restart
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php