Control Web Panel
		WebPanel => CentOS 7 Problems => Topic started by: HatemBadran on October 14, 2020, 11:04:37 PM
		
			
			- 
				friest one i have htcsses 
 RewriteEngine On
 Options +FollowSymLinks
 Options -Indexes
 RewriteCond %{SCRIPT_FILENAME} !-d
 RewriteCond %{SCRIPT_FILENAME} !-f
 RewriteRule . index.php [L,QSA]
 
 # Performace optimization
 # BEGIN Compress text files
 <ifModule mod_deflate.c>
 AddOutputFilterByType DEFLATE text/html text/xml text/css text/plain
 AddOutputFilterByType DEFLATE image/svg+xml application/xhtml+xml application/xml
 AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml
 AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript application/json
 AddOutputFilterByType DEFLATE application/x-font-ttf application/x-font-otf
 AddOutputFilterByType DEFLATE font/truetype font/opentype
 </ifModule>
 # END Compress text files
 
 # BEGIN Expire headers
 <ifModule mod_expires.c>
 ExpiresActive On
 ExpiresDefault "access plus 5 seconds"
 ExpiresByType image/x-icon "access plus 31536000 seconds"
 ExpiresByType image/jpeg "access plus 31536000 seconds"
 ExpiresByType image/png "access plus 31536000 seconds"
 ExpiresByType image/gif "access plus 31536000 seconds"
 ExpiresByType application/x-shockwave-flash "access plus 31536000 seconds"
 ExpiresByType text/css "access plus 31536000 seconds"
 ExpiresByType text/javascript "access plus 31536000 seconds"
 ExpiresByType application/javascript "access plus 31536000 seconds"
 ExpiresByType application/x-javascript "access plus 31536000 seconds"
 </ifModule>
 # END Expire headers
 
 # BEGIN Cache-Control Headers
 <ifModule mod_headers.c>
 <filesMatch ".(ico|jpe?g|png|gif|swf)$">
 Header set Cache-Control "public"
 </filesMatch>
 <filesMatch ".(css)$">
 Header set Cache-Control "public"
 </filesMatch>
 <filesMatch ".(js)$">
 Header set Cache-Control "private"
 </filesMatch>
 <filesMatch ".(x?html?|php)$">
 Header set Cache-Control "private, must-revalidate"
 </filesMatch>
 
 <filesMatch ".(woff|woff2|ttf|otf|eot)$">
 Header set Cache-Control "max-age=31536000 private, must-revalidate"
 </filesMatch>
 </ifModule>
 # END Cache-Control Headers
 internal sevrer error
 and maxupload file not edit
 i already edit from php.ini and till can't upload big file by php
- 
				like for any other error with the site you need to read apache logs, there is no such option as fix all possible issues.
 
 You also use there some not allowed options and that might be causing an issue
 http://wiki.centos-webpanel.com/options-followsymlinks-not-allowed
 
 
- 
				if i buy management support is will solve ?
 i send more email no response
- 
				@HatemBadran sure, the support will check and solve any issue on your server with CWP.