| 
									
										
										
										
											2022-07-11 10:47:12 +08:00
										 |  |  | <IfModule mod_rewrite.c> | 
					
						
							|  |  |  |    SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1 | 
					
						
							|  |  |  |    Options +FollowSymlinks -Multiviews | 
					
						
							|  |  |  |    RewriteEngine On | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    RewriteCond %{REQUEST_FILENAME} !-d | 
					
						
							|  |  |  |    RewriteCond %{REQUEST_FILENAME} !-f | 
					
						
							|  |  |  |    RewriteCond %{REQUEST_URI} !^(.*)\.(gif|jpg|jpeg|png|swf|mp4)$ [NC] | 
					
						
							|  |  |  |    RewriteRule ^(.*)$ index.php?s=/$1 [QSA,PT,L] | 
					
						
							| 
									
										
										
										
											2022-05-25 19:35:57 +08:00
										 |  |  |  </IfModule> |