14 lines
495 B
ApacheConf
14 lines
495 B
ApacheConf
# FIXME: The minified content scripts fail for some reason !
|
|
# Could be the missing closing php tag !!!
|
|
DirectoryIndex index.php index.html
|
|
|
|
# Redirecting any URL that starts with "/tools" to the root of this folder.
|
|
RewriteEngine On
|
|
RewriteRule ^\/?(tools\/)?[a-zA-Z0-9\-]+\/?$ index.php [NC]
|
|
|
|
# Redirecting any URL that starts with "/content" to the root of this folder.
|
|
#RewriteEngine On
|
|
#RewriteRule ^\/tools\/[a-zA-Z0-9\-]+\/?$ index.php [L]
|
|
|
|
# ^(?!\/.*\.(js|css)).*$ Should have worked :/
|