![]() |
|
install on nginx - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: install on nginx (/thread-12202.html) |
install on nginx - sunix - 2015-04-09 Is it possible to install zenphoto 1.47 on nginx server and make url rewrite work? install on nginx - fretzl - 2015-04-09 Yes it is. I have a live site running on nginx and mod-rewrite works just fine. install on nginx - acrylian - 2015-04-09 Also see: http://www.zenphoto.org/news/nginx-rewrite-rules-tutorial install on nginx - sunix - 2015-05-12 Thanks please give me more hints install on nginx - sunix - 2015-05-12 here is my htaccess code: RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteRule ^.*/?$ index.php [L,QSA] http://../admin work install on nginx - acrylian - 2015-05-13 htaccess does not work on Nginx … See the post I linked above. install on nginx - sunix - 2015-05-13 Thanks acrylian install on nginx - acrylian - 2015-05-13 Ah, ok, didn't know that is possible at all. Our own server is completely nginx and our team member running it for us setup the post above because of that. I fear I cannot help … |