-
05.02.10 - Redirect to a secure connection in Apache
Redirect the request for a file or directory is easy as include the following lines into the web root .htaccess Apache file: This will redirect every request for the file "file" (for example) with HTTP protocol (any wich the access port different from 443) to another HTTPS secure URL similary to [...]
-
02.02.10 - Redirect "domain" to "www.domain" with Apache
Must create/modify the file .htaccess in the domain root directory wich also must have the following apache configuration lines: