CustomBuild 2.0 nginx not .htaccess rewrite

abolfazl201358

Verified User
Joined
Aug 31, 2011
Messages
53
Hi

After upgrade to CustomBuild 2.0
And install the nginx web server

Code. Htaccess does not work

Example:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
# Forum
RewriteRule ^threads/.* showthread.php [QSA]
RewriteRule ^forums/.* forumdisplay.php [QSA]
RewriteRule ^members/.* member.php [QSA]

The sample code for vBulletin
In the same way that other cms

Precisely rewrite is disabled
Is there a solution for this problem?
Or taking other action should be taken؟
Meanwhile Through this site : http://www.anilcetin.com/convert-apache-htaccess-to-nginx/

Conversion was done but no result
Please help
 
Back
Top