Welcome! Log In Create A New Profile

Advanced

Kindly help me convert this htaccess to nginx directives?

March 07, 2013 03:39PM
ErrorDocument 404 /
ErrorDocument 500 /

Options +FollowSymlinks
RewriteEngine on
RewriteBase /

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f

RewriteRule ^([^\.\/\-]+)$ $1.php [L]

RewriteRule ^videos/([^\.\/]+)$ /video-file.php?id=$1 [L]
RewriteRule ^audios/([^\.\/]+)$ /audio-file.php?id=$1 [L]
RewriteRule ^notes/([^\.\/]+)$ /note-file.php?id=$1 [L]
RewriteRule ^exercises/([^\.\/]+)$ /exercise-file.php?id=$1 [L]
RewriteRule ^links/([^\.\/]+)$ /link.php?id=$1 [L]
RewriteRule ^class/([^\.\/]+)$ /class.php?slug=$1 [L]
RewriteRule ^subject/([^\.\/]+)$ /subject.php?slug=$1 [L]
RewriteRule ^author/([^\.\/]+)$ /author.php?username=$1 [L]

RewriteRule ^search/([^\.]+)$ /search.php?query=$1 [L]
Subject Author Posted

Kindly help me convert this htaccess to nginx directives?

ubunifu March 07, 2013 03:39PM

Re: Kindly help me convert this htaccess to nginx directives?

Jonathan Matthews March 07, 2013 06:04PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 179
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready