# # XAMPP settings # SetEnv MIBDIRS "/xampp/php/extras/mibs" SetEnv MYSQL_HOME "\\xampp\\mysql\\bin" SetEnv OPENSSL_CONF "/xampp/apache/bin/openssl.cnf" SetEnv PHP_PEAR_SYSCONF_DIR "\\xampp\\php" SetEnv PHPRC "\\xampp\\php" SetEnv TMP "\\xampp\\tmp" # # PHP-Module setup # LoadFile "/xampp/php/php8ts.dll" LoadFile "/xampp/php/libpq.dll" LoadFile "/xampp/php/libsqlite3.dll" LoadFile "/xampp/php/libsodium.dll" LoadModule php_module "/xampp/php/php8apache2_4.dll" SetHandler application/x-httpd-php # # SetHandler application/x-httpd-php-source # # # PHP-CGI setup # # # SetHandler application/x-httpd-php-cgi # # # Action application/x-httpd-php-cgi "/php-cgi/php-cgi.exe" # PHPINIDir "/xampp/php" AddType text/html .php .phps #ScriptAlias /php-cgi/ "/xampp/php/" # # AllowOverride None # Options None # Require all denied # # Require all granted # # # # # SetHandler cgi-script # # # SetHandler None # # # # # # php_admin_flag safe_mode off # # # AllowOverride AuthConfig # Alias /licenses "/xampp/licenses/" Options +Indexes DirectoryIndexTextColor "#000000" DirectoryIndexBGColor "#f8e8a0" DirectoryIndexLinkColor "#bb3902" DirectoryIndexVLinkColor "#bb3902" DirectoryIndexALinkColor "#bb3902" Require local ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var # Alias /phpmyadmin "/xampp/phpMyAdmin/" # # AllowOverride AuthConfig # Require local # ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var # # Alias /webalizer "/xampp/webalizer/" # # # # php_admin_flag safe_mode off # # # AllowOverride AuthConfig # Require local # ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var #