Skip to content

Conversation

jhit
Copy link

@jhit jhit commented Sep 7, 2022

I needed to run the proxy in a subfolder. The change will still allow the proxy to run in web root.

The RewriteRule for Apache needs a little change in subfolder too:

RewriteRule ^(.*)$ /maps/public/index.php [L]

I needed to run the proxy in a subfolder. The change will still allow the proxy to run in web root.

The `RewriteRule` for Apache needs a little change in subfolder too:
```
RewriteRule ^(.*)$ /maps/public/index.php [L]
```
@NlL5
Copy link
Contributor

NlL5 commented Aug 22, 2023

Hi @jhit
in the new version, it is possible to extend the TileProxy class and override the new method getParameters(), so that custom request parsing is possible.
This should also alleviate your problem.
Best, Nils

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants