I have added whole conf below and URI is http://192.168.112.132/sess1234/wordpress In log I'm getting "/a$handler/b$realURI"; why variable are empty not sure may be regex not match /usr/local/nginx1/a_session/b/wordpress > GET /sess1234/wordpress HTTP/1.1 ``` user root; worker_processes 1; error_log logs/error_debug.log debug; events { worker_connections 1024; }by businessidhu - How to...
Below block working file http://192.168.112.132/sess454/wordpress If index.php file just have echo "index"; If there actual wordpress files then it redirect to http://192.168.112.132/wordpress But I want to keep session token in url http://192.168.112.132/sess454/wordpress location ~ ^/sess(+)/(wordpress)(.*)?\.php$ { root /usr/local/nginx; include fastcgi.confby businessidhu - How to...
Here directories structure http://localhost -> /usr/local/nginx/web/webroot http://localhost/sess8283737/wordpress -> /usr/local/nginx/wordpress http://localhost/sess244737/phpmyadmin-> /usr/local/nginx/phpmyadmin I have below block, it works fine with index.html, but does not work when actual php files when user visits http://localhost/sess8283737/wordpress and I want nginx to lby businessidhu - How to...
![]() |
![]() |
![]() |
![]() |
|