Hi friends


I have  created and used ssl for application but we need only
specified folder for https.

i have changes in .htaccess file

RewriteEngine On
RewriteBase /
RewriteCond %{SERVER_PORT} 80
RewriteCond %{REQUEST_URI} secure
RewriteRule ^(.*)$ https://localhost/sampleapp/$1 [R,L]


but not working there..

Error showing as

Access forbidden!

You don't have permission to access the requested object. It is either
read-protected or not readable by the server.

If you think this is a server error, please contact the webmaster.
Error 403
localhost
03/02/09 21:36:58
Apache/2.2.0 (Win32) PHP/5.1.2 mod_ssl/2.2.0 OpenSSL/0.9.8a


if  you know how to reslove and how to rewrite http to https there..


Thanks in Advance



ur's  friend

Ramesh.A



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to