loewexy / pdnsmanager

A simple administration interface for PowerDNS nameserver.
Apache License 2.0
175 stars 48 forks source link

Remove RewriteRules #144

Open emente opened 2 years ago

emente commented 2 years ago

One could simply dump pdns 1.0 into some webserver directory and it worked. Now it can only run standalone, as the only site on that webserver, because of that rewrite-stuff and aliases.

This change has made pdns manager unuseable in most cases. Who runs pdns as the only site on their webserver? No one.

bertvandepoel commented 1 year ago

I'm a bit confused by this issue. It currently requires its own domain, but not its own complete webserver. Here it's running just fine on a subdomain. A subfolder would require changes to at least the RewriteRules to include the subfolder, and perhaps /api* stuff is hardcoded and then that might yield issues, but I don't expect any problems on subdomains, just subfolders.