Results for: mod_rewrite to AppExpert - Secure Selected Pages
mod_rewrite to AppExpert – Secure Selected Pages
Secure Selected PagesThe Citrix NetScaler can be placed in front of a webserver farm that is running Apache. The same re-write rules that run on Apache, can be implemented on the Citrix NetScaler.In situations where you want to make sure that for some selected pages only the secure server is used, the following can be used.Apache rewrite:RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^/?(page1|page2|page3|page4|page5)$ https://www.example.com/%1AppExpert rewrite ...