amuck-landowner

Search results

  1. I

    Anyone can convert this into Nginx rewrite rules?

    I need help converting this Apaceh rewrite rules into Nginx Options +FollowSymLinks -MultiViews RewriteEngine On RewriteBase / RewriteCond %{THE_REQUEST} ^[A-Z]{3,}\s([^.]+)\.php [NC] RewriteRule ^ %1 [R,L,NC] RewriteCond %{REQUEST_FILENAME}.php -f [NC] RewriteRule ^...
Top
amuck-landowner