Unable to add files when URL is a forwarded subdomain URL

Phoca Download - download manager
30402sw
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 18 Oct 2010, 17:32

Unable to add files when URL is a forwarded subdomain URL

Post by 30402sw »

Is there an issue with subdomain forwarding (masked) and Phoca download? When I try and add a new file via the forwarded subdomain URL I click on the file name to be added (the file has already been uploaded to the relevant directory) and nothing happens but when I access the backend via the full normal URL it adds the file no problem.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Unable to add files when URL is a forwarded subdomain UR

Post by Jan »

Hi, I have no experiences with forwarded subdomain, but should work the same way??? :idea:
If you find Phoca extensions useful, please support the project
User avatar
ep98
Phoca Professional
Phoca Professional
Posts: 163
Joined: 12 May 2008, 12:00
Contact:

Re: Unable to add files when URL is a forwarded subdomain UR

Post by ep98 »

Even if you are not using SEF URLs, you should rename htaccess.txt to .htaccess and to ensure it starts with:

[code]
Options +FollowSymLinks

RewriteEngine On
RewriteBase /
[/code]
Post Reply