Hello guys,
When you use app.php on every forum you get this:
app.php/ , message that no route is found which is perfectly normal.
However i have a forum in subdomain:
http://forum.tayanadavis.com/app.php/ <--- where all styles are broken on app.php page, seems like path is broken somehow.
The same app.php is accessed without issues when using direct url (without subdomain):
http://tayanadavis.com/forum/app.php/
Any idea why path for app.php is broken when using subdomain ? It's not style fault. app.php is broken also with prosilver and all extensions turned off.
This basically prevents using advanced extensions on subdomain where app.php is needed for routing.
Thanks in advance for any tips.