# Need some help with my htaccess file... pls help... i need it working for my AS3

**URL:** https://forum.kirupa.com/t/need-some-help-with-my-htaccess-file-pls-help-i-need-it-working-for-my-as3/329130
**Category:** flash
**Created:** [July 24, 2012, 12:28pm UTC](https://forum.kirupa.com/t/need-some-help-with-my-htaccess-file-pls-help-i-need-it-working-for-my-as3/329130 "2012-07-24T12:28:49Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Leo75](https://avatars.discourse-cdn.com/v4/letter/l/779978/32.png) [@Leo75](https://forum.kirupa.com/u/Leo75)
#### Post date: [July 24, 2012, 12:28pm UTC](https://forum.kirupa.com/t/need-some-help-with-my-htaccess-file-pls-help-i-need-it-working-for-my-as3/329130/1 "2012-07-24T12:28:49Z")

</div>

Here is my htaccess file:

```auto

RewriteEngine On
RewriteCond %{HTTP_HOST} ^(.*\.)*mydomain.com$ [NC]
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(.*)$ https://www.mydomain.com$1 [R]

```

I would like to make ONLY a folder https protected, not the entire site.  
How would i do it? Which changes do i need?  
When i make my entire site https, my flash file get TOO big. Or at least, thats is what looks like.

Thanks,  
Regards,  
Leo.
