Files
Web-NibblePoker/tools/.htaccess
Herwin ee90a3745d Added error page, Added drawings, Improved composer
Update .gitignore, .htaccess, and 24 more files...
2023-05-24 23:35:42 +02:00

4 lines
126 B
ApacheConf

# Redirecting any URL that starts with "/tools" to the root of this folder.
RewriteEngine On
RewriteRule ^(.*) index.php [NC]