.htaccess token Fix
This commit is contained in:
		@@ -4,6 +4,10 @@ RewriteEngine On
 | 
				
			|||||||
RewriteCond %{HTTPS} off
 | 
					RewriteCond %{HTTPS} off
 | 
				
			||||||
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
 | 
					RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#token to HTTP_AUTHORIZATION
 | 
				
			||||||
 | 
					RewriteCond %{HTTP:Authorization} ^(.)
 | 
				
			||||||
 | 
					RewriteRule . - [e=HTTP_AUTHORIZATION:%1]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# serve all files from public subfolder
 | 
					# serve all files from public subfolder
 | 
				
			||||||
RewriteCond %{REQUEST_FILENAME} !.php
 | 
					RewriteCond %{REQUEST_FILENAME} !.php
 | 
				
			||||||
RewriteCond %{REQUEST_FILENAME} \.
 | 
					RewriteCond %{REQUEST_FILENAME} \.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user