[BETA] Rewrite problems with Nginx
-
Hi there, I’m using the beta version with dynamic sitemap generation.
Plugin works great and an awesome job has been made by developer, performances improved a lot!Just wanted to report that using Nginx webserver (that doesn’t support .htaccess file but static rewrite rules in the vhost configuration) I wasn’t able to use the common sitemap.xml file.
I submited the /index.php?xml_sitemap=index to GWT, but inside the xml file all the sub-sitemaps were reported with rewritten notation ( something.xml ), giving all 404 errors.
I fixed this temporary adding a static $pl = false; in the function GetXmlUrl.
This is my current vhost configuration from Nginx
if (!-e $request_filename) { rewrite ^(.+)$ /index.php?q=$1 last; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[BETA] Rewrite problems with Nginx’ is closed to new replies.