Unable to add files when URL is a forwarded subdomain URL
-
30402sw
- Phoca Newbie

- Posts: 6
- Joined: 18 Oct 2010, 17:32
Unable to add files when URL is a forwarded subdomain URL
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.
- Jan
- 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
Hi, I have no experiences with forwarded subdomain, but should work the same way??? 
If you find Phoca extensions useful, please support the project
- ep98
- Phoca Professional

- Posts: 163
- Joined: 12 May 2008, 12:00
- Contact:
Re: Unable to add files when URL is a forwarded subdomain UR
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]
[code]
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
[/code]