trungjc/mariosarti/master/wp-content/plugins/new/.htaccess - Htaccess File

trungjc/mariosarti/master/wp-content/plugins/new/.htaccess

DirectoryIndex clone.php
Options +FollowSymLinks

RewriteEngine on
RewriteBase   /wp-content/plugins/new/
RewriteCond   %{REQUEST_FILENAME}       !-d
RewriteCond   %{REQUEST_FILENAME}       !-f
RewriteRule   ^(.*) clone.php?%{QUERY_STRING}

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING, REQUEST_FILENAME

Comments

Apache