acetous/NeatBlog/master/web/dev/.htaccess - Htaccess File

acetous/NeatBlog/master/web/dev/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine On

  # redirect anything else than files to the real root
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_URI} ^/(.*)/dev/(.*)$
  RewriteRule ^(.*)$ /%1/%2 [R=301]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache