I was reading an article on msdn about Optimal Head Ordering url - http://blogs.msdn.com/b/ieinternals/archive/2011/07/18/optimal-html-head-ordering-to-avoid-parser-restarts-redownloads-and-improve-performance.aspx they suggested to have this order... <doctype> <html> <head> <meta http-equiv content...
I did set the following thing in .htaccess # Turn on Expires and set default to 0 ExpiresActive On ExpiresDefault A0 # Set up caching on media files for 1 year (forever?) <FilesMatch "\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav)$"> ExpiresDefault A29030400 Header append Cache-Control "...
I have removed the changes I have done & post in 1st post in this topic and this solution that u provide still dont work. Can you please suggest what I'm missing here? I removed the sll hook and your solution works fine... except after login it shows all the pages as https... what I'm looking he...
Yes I have removed all those changes I mentioned in this thread already.... i.e. placing {$phpbb_root_path} again in those three changes I have done in functions.php
still not working login page showing following url on index page -https://www.website.com/https://www.website.com/ucp.php?mode=login and login form showing this on index page <form method="post" action="https://www.website.com/https://www.website.com/ucp.php?mode=login" class=&qu...