Files
Web-NibblePoker/content/.htaccess
Herwin de7bb68b49 Slimmed down the content section's code, Added images.
Update .htaccess, content.php, and 16 more files...
2022-04-15 02:22:40 +02:00

4 lines
128 B
ApacheConf

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