i see. na solve na rako guys.
public_html .htaccess FOCE SSL APPROACH
...
Code:
RewriteCond %{HTTP_HOST} ^www\.mydomain\.com
RewriteCond %{SERVER_PORT} !=443
RewriteCond %{REQUEST_URI} ^\/page\.php$ [nc]
RewriteRule ^(.*)$ https://%{SERVER_NAME}/$1 [L]
RewriteCond %{HTTP_HOST} ^www\.mydomain\.com
RewriteCond %{SERVER_PORT} !=80
RewriteCond %{REQUEST_URI} !^\/page\.php [nc]
RewriteRule .* http://%{SERVER_NAME}%{REQUEST_URI} [L]
per directory resources
.htaccess
Code:
<Files .htaccess>
order allow,deny
deny from all
</Files>
# BEGIN Expire header
AuthName http://www.mydomain.com
Options -Indexes
RewriteBase /include-css/
Options +FollowSymlinks
RewriteEngine on
mao ni akog solution guys.