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