Files
Web-NibblePoker/articles/.htaccess
2023-12-15 08:08:20 +01:00

7 lines
264 B
ApacheConf

# Serving minified pages and/or pre-rendered ones first if available.
DirectoryIndex index.min.html index.min.php index.php index.html
# Redirecting any URL that starts with "/content" to the root of this folder.
RewriteEngine On
RewriteRule ^(.*) index.php [NC]