I have a drupal 7 cms in a subfolder installed the only thing is clean url's are not working i get a 404 Not Found Message. I have multiple drupal 7 sites on a site in subfolders. How can i make clean url's work ? I can't get it to work. ( Same on a magento website: clean url's not working ) Running: Ubuntu 13.04 - NGinx - ISPC3
Hi, Have you created the 404.html page? If not then create the page. Its default location is Edit the file as follows: Now the main task which is needed is to edit this file /usr/local/nginx/conf/nginx.conf make changes like this Now save the file & reload the NGINX Br// Srijan
Thank you for your effort but i get the good 404 page that's not the point. The point is: Clean url's are not working. So for instance www.domain.tld/cms/user is not working. I think i have to give directive's in the Options - Nginx Tab... but wich one?
Hi Selcuk, Please folow this url, it will help you. http://drupalcode.org/project/drupal.git/commit/fdc91796bfc2da4baae1dae1... Br// Srijan
Srijan the commit not there anymore... 400 - Invalid hash parameter I'm glad that you're helping me m8
Please insert the nginx rules described on this page (in the grey box) into the nginx directives field of the website. https://timmehosting.de/drupal-hosting-auf-nginx then wait 1-2 minutes and try again.
Now i get a 502 Bad Gateway 2014/02/21 12:38:56 [error] 3019#0: *7 connect() failed (111: Connection refused) while connecting to upstream, client: request: "GET /d7/ HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000"
It was the port 9000 in the nginx directive that was set not correctly. I've changed that to 9008 belonging to the user... the website is now working with the directive's... but clean url's are still not working. The cms is in a subfolder with the settings in ISPC3: CGI = on SSI = on PHP-FPM Redirects = none Socket for PHP-FPM = off Process Manager=dynamic max.children=10 start_servers=2 min_spare_servers=1 max_spare_servers=5 max_request=0 open_basedir=none Niginx directives just as till posted but with port 9008 - https://timmehosting.de/drupal-hosting-auf-nginx