Search: Advanced search |
Browse by category: |
| How do I force SSL for specific pages with Apache & mod_rewrite? | |||||||||||||
Create a .htaccess file in which ever directorys you want to encrypt. In this example the directory is /andy
RewriteRule ^(.*)$ https://www.DOMAIN.TLD/andy/$1 [R,L] |
|||||||||||||
Last update: August, 2008 ••• Copyright (c) 2004-2008 ServerTune Inc.