Pretty URLs not working on ONE page

Permalink
• I have pretty URLs enabled in the dash board.
• The correct code copied into my .httaccess file (which sits at the root level of my http directory (httpdocs on Media Temple) – so far so good
• Pretty URLs work on every page, except the one I have an SSL on (provided both by Media Temple and CloudFlare).

So, on that one, if you enter the URL:

http://www.themessage.cc/give

It directs to:

https://www.themessage.cc/index.php/give/...

That is, it inserts "/index.php/". Not a big deal. But I'd like to keep it with the pretty URL throughout as I add SSL pages. Can anyone tell me what to do? Thanks.

bcarvalho
 
Mainio replied on at Permalink Best Answer Reply
Mainio
Not sure how you're redirecting requests to that URL but one thing you could try is adding this to your config/site.php:
define('URL_REWRITING_ALL', true);


But I think it all comes to the question how you're doing the redirecting from that page to HTTPS.
bcarvalho replied on at Permalink Reply
bcarvalho
Mainio,

That did the trick! Thanks so much, I really appreciate it.

If only all my questions were always solves this fast and accurately :-)