Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


In this Discussion

Convert Apache .Htaccess for Nginx
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Convert Apache .Htaccess for Nginx

nexmarknexmark Member

I need someone or something or tool to convert my Apache .htaccess into one that's usable with Nginx

.htaccess

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^download/(.*).html download.php?q=$1&p=1 [L,QSA]

Sign In or Register to comment.