Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
  #1  
Old 31st January 2016, 12:19
DenSouLew DenSouLew is offline
Member
 
Join Date: Feb 2011
P2P
Posts: 2
Default 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.

the .htaccess file has those

Code:
<IfModule mod_rewrite.c>
	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]
</IfModule>

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 :)
Reply With Quote
Reply

Tags
22 , nginx , tsue

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 01:56. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.