- Posts: 2
- Home
- Forum
- Community Forum
- Feature requests / Suggestions
- Implemented
- Add OpenstreetMap with Solidres instead of Google Map. Repost from general topic
Nginx setup
- 364Grad
- Topic Author
- Offline
Less
More
9 years 1 week ago #7363
by 364Grad
Nginx setup was created by 364Grad
Hi,
we're currently running the latest version on a nginx server and getting an error while trying to open the availability calendar in the overview.
jquery.min.js:5
GET URL/de/index.php?option=com_solidres&task=reservationasset.getAvailabilityCalendar&id=15
404 (Not Found)
I think therefore a special rewrite rule in the nginx setup is needed.
Anybody an idea?
On an apache server the same page is running without a problem.
Many thanks.
Regards
Tom
we're currently running the latest version on a nginx server and getting an error while trying to open the availability calendar in the overview.
jquery.min.js:5
GET URL/de/index.php?option=com_solidres&task=reservationasset.getAvailabilityCalendar&id=15
404 (Not Found)
I think therefore a special rewrite rule in the nginx setup is needed.
Anybody an idea?
On an apache server the same page is running without a problem.
Many thanks.
Regards
Tom
Please Log in or Create an account to join the conversation.
- 364Grad
- Topic Author
- Offline
Less
More
- Posts: 2
9 years 1 week ago #7364
by 364Grad
Replied by 364Grad on topic Nginx setup
Hi,
I have added this line in the nginx directives and now it seems to work:
[code]rewrite ^/de/index.php /index.php?q=$uri&$args last;[code]
I have added this line in the nginx directives and now it seems to work:
[code]rewrite ^/de/index.php /index.php?q=$uri&$args last;[code]
Please Log in or Create an account to join the conversation.
Moderators: solidres