A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Little help from my friends with htaccess for AS3 file

  1. #1
    Senior Member
    Join Date
    Sep 2006
    Posts
    248

    Little help from my friends with htaccess for AS3 file

    Here is my htaccess file:

    Code:
    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?
    Making my entire site https makes, looks like, my flash file too big!

    Thanks,
    Regards,
    Leo.

  2. #2
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,449
    Moved to Scripting & Backend forum.
    - The right of the People to create Flash movies shall not be infringed. -

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center