Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   TSUE 2.2 and NGINX (http://www.bvlist.com/showthread.php?t=10709)

DenSouLew 31st January 2016 12:19

TSUE 2.2 and NGINX
 
Hi there guys/gals,

Im trying to use tsue with nginx and i havent managed to make it working most probably because of the rewrite rules. The issue is that when i try to login it doesnt going to the homepage and im stuck there.:wallbash:

the .htaccess file has those

Code:


        RewriteEngine On
        RewriteCond %{REQUEST_FILENAME} -f [OR]
        RewriteCond %{REQUEST_FILENAME} -l [OR]
        RewriteCond %{REQUEST_FILENAME} -d
        RewriteRule ^.*$ - [NC,L]
        RewriteRule ^(ajax/|data/|js/|styles/|tsue_install/|favicon\.ico|robots\.txt) - [NC,L]
        RewriteRule ^.*$ index.php?p=notfound [NC,L]


If someone has managed to get it working with nginx i would really appreciate it to share his/her nginx.conf or the location rewrite rules.

Thanks :)


All times are GMT +2. The time now is 21:39.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.