I ve installed Nginx on my server currently running only my VBB site with VBseo , all my apache rewrite is now not working . I dont know how to setup it with Nginx pls ? I could see ur nginx.txt in Htaccess Folder btw my forum is at domain root so this Nginx config lines is right ? And where i can put this code to , im realy dont know much about Nginx but it s great with page load and all for my site
Code:location / { rewrite ^/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 last; if (!-e $request_filename) { rewrite ^/(.*)$ /vbseo.php last; } } if ($request_filename ~ "\.php$" ) { rewrite ^/(.*)$ /forums/vbseo.php last; } # vbseo location / { index index.php index.html; rewrite ^/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 last; if (!-e $request_filename) { rewrite ^/(.*)$ /vbseo.php last; } } if ($request_filename ~ "\.php$" ) { rewrite ^/([^/]*)$ /vbseo.php last; }


LinkBack URL
About LinkBacks





Reply With Quote

