I am hosting an information and forum site and have had a lot of users ask for TOR access but I am having an issue adding it, when connecting from the server IP, everything is fine, the site is fully working, when connecting via a TOR hostname the site is completely broken and all links direct to 127.0.0.1 instead of the proper Domain. All assets are dynamic.
I have no .htaccess
and VirtualHost is only changed in
DocumentRoot /var/www/html/forum
apache2.conf
has
LogLevel debug
/var/www/
AllowOverride All
Mod_rewrite is enabled but trying to create a working arg has failed, do I need to use VirtualHost, .htaccess
, or a combination to redirect all 127.0.0.1 to the correct domain? And how can I do so and maintain the ability to have multiple mirrors?