travisnapoleansmith/OneSolutionCMS2.1/master/.htaccess - Htaccess File

travisnapoleansmith/OneSolutionCMS2.1/master/.htaccess

RewriteEngine on

##Header set Set-Cookie "FileTrackerStop=STOP"

RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{REQUEST_URI} !^.*FileTracker.php.*
RewriteCond %{REQUEST_URI} !^.*.(php|html|htm).*
RewriteCond %{QUERY_STRING} ^.*FileTrackerStop=STOP.*
RewriteRule ^(^.*)$ $1 [L]

RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{REQUEST_URI} !^.*FileTracker.php.*
RewriteCond %{REQUEST_URI} !^.*.(php|html|htm).*
#RewriteCond %{REQUEST_URI} ^.*UserData/.*
RewriteRule ^(^.*)$ /Modules/Tier3ProtectionLayer/Core/FileTracker/FileTracker.php?File=$1&FileTrackerStop=STOP [QSA,L]

RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{REQUEST_URI} !^.*FileTracker.php.*
RewriteCond %{HTTP_COOKIE} !^.*FileTrackerStop=STOP.*$
RewriteRule ^(^.*)$ /Modules/Tier3ProtectionLayer/Core/FileTracker/FileTracker.php?File=$1 [QSA,P]

##RewriteCond %{QUERY_STRING} !^.*FileTrackerStop=STOP.*

On Github License

Files

Download PDF of Htaccess file
HTTP_COOKIE, POST, QUERY_STRING, REQUEST_METHOD, REQUEST_URI

Comments

Apache