1
0
mirror of https://github.com/klokantech/tileserver-php.git synced 2025-08-06 22:56:31 +02:00

Problems with path url have been fixed. Global config variable have been added.

This commit is contained in:
Dalibor Janák
2014-04-23 14:30:27 +02:00
parent 56bfb34889
commit f93f5e8b45
2 changed files with 44 additions and 34 deletions

View File

@@ -13,10 +13,15 @@ Options -MultiViews
# Mapping of the WMTS standardized URLs to real files and XML capabilities to tileserver.php
#check htaccess functionality
SetEnv HTACCESS on
DirectoryIndex tileserver.php
RewriteEngine on
#some hostings require RewriteBase e.g. 1&1.com
#RewriteBase /
#RewriteBase /folder/
AcceptPathInfo on
# WMTS RESTful
# ------------