Files
godot-asset-library/api/.htaccess
Rémi Verschelde 2e1d2ff16f Rename last occurences of "Addonlib" to "Asset Library"
Also drop templates/index.html as advised by @bojidar-bg.
2016-08-09 09:02:33 +02:00

11 lines
328 B
ApacheConf

RewriteEngine On
# Some hosts may require you to use the `RewriteBase` directive.
# If you need to use the `RewriteBase` directive, it should be the
# absolute physical path to the directory that contains this htaccess file.
#
RewriteBase /asset-library/api
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]