Hi,
I have a question regarding this tutorial
http://www.howtoforge.com/running-ty...e-ubuntu-11.10
First, it is a great tutorial and it helped me to get Typo3 running with nginx. But now I want to serve my typo3 project not from a 'global' domain or subdomain but from a sub folder like
www.example.com/partner.
I have two nginx servers. The first server gets a request
www.example.com/partner and sends it 1:1 to nginx server two (where my typo3 project is located under /var/www/example), this is from the access log of server two
Quote:
|
"GET /partner/ HTTP/1.0" 200 2845
|
To accomplish this I changed try files and added fastcgi_split_path_info like described here:
http://wiki.nginx.org/WordPress#Non-...o_URL_redirect but I keep getting 403 Forbidden.
Here is the entire config:
http://dpaste.com/739744/
Any ideas whats wrong?
I did
chown -R www-data:www-data /var/www/www.example.com/web
so this should not be the problem.
Recent comments
1 day 2 hours ago
1 day 5 hours ago
1 day 6 hours ago
1 day 7 hours ago
1 day 9 hours ago
1 day 10 hours ago
1 day 12 hours ago
2 days 4 hours ago
2 days 4 hours ago
2 days 8 hours ago