Hello,
we're using Plesk Obsidian Version 18.0.32 Update 2 with postfix and dovecot.
In front of the Plesk-Mailserver is a Proxmox Mail Gateway to filter mails for multiple systems. Once a day the Proxmox Mail Gateway is sending an E-Mail to our customers with blocked messages.
This is good...
I do not want to delete the .htaccess, I need it.
I want that apache works with that .htaccess and I want that apache handled the php requests.
Nginx should only use the images, css and js stuff. Apache do the rest (PHP, .htaccess, etc.)
Any idea?
Hi,
for example:
I can use this url (non-seo-url): example.com/index.php?pageid=5
Or with a seo-friendly-url: example.com/my-page
So, the Problem is, that nginx returns "404" on any seo-friendly url.
Hi,
I want to use nginx as reverse proxy. All images, css and js etc stuff should be handelt by nginx. PHP should rendered by apache.
What is not working? SEO Urls.
It is working for the main domain "example.com" but not for "dev.example.com" and I have no idea why. The configuration for both...
Hi,
I created a simple sub domain in wordpress (A development copy of a wordpress page). The WP-Installation uses php 7.1 with nginx as proxy.
Also I have added a .htaccess password protection via plesk gui.
In the additional nginx configuraton I added the following lines:
if (!-e...