2016-05-30 UTC
tantek and loic_m joined the channel
# 15:07 knownchatwelcome Welcome loic_m! The channel is pretty quiet right now, so I thought I'd say hello, and ping some people (like benwerd, mapkyca, and kylewm) that you're here. If no one responds for a while, try posting on our development mailing list at https://groups.google.com/forum/#!forum/known-dev or just try coming back later.
rMdes joined the channel
# 15:24 knownchatwelcome Welcome rMdes! The channel is pretty quiet right now, so I thought I'd say hello, and ping some people (like benwerd, mapkyca, and kylewm) that you're here. If no one responds for a while, try posting on our development mailing list at https://groups.google.com/forum/#!forum/known-dev or just try coming back later.
# 15:24 rMdes it seems my url's return a /index.php/ that should not be even there
raretrack joined the channel
# 15:34 rMdes i think i'm using the default htaccess, maybe not the latest, not sure if it changed over versions
# 15:34 rMdes I think the culprit is this line here : RewriteRule ^(.*)$ %{ENV:BASE}
/index.php?/$1 [L,QSA]
# 15:35 rMdes but I'm not confortable at all with htaccess
# 15:36 rMdes I don't know if I can just remove index.php from that line and have it like RewriteRule ^(.*)$ %{ENV:BASE}
/$1 [L,QSA] ?
# 15:36 kylewm that seems strange to me, I didn't expect rewrite rules would *redirect* to /index.php
# 15:37 rMdes i just checked the original htaccess-dist and it also have this line
# 15:38 rMdes my htaccess just have a few lines to force HTTPS
# 15:38 rMdes very strange when I click the short link from facebook syndicated copy I get the error
# 15:39 rMdes if I click the link you just gave (witch is the same theorically) it works indeed
# 15:40 rMdes hmmm so I may be using a rule that appear to work, but it's not 100% case scenario
# 15:42 rMdes i think my problem is having 2 specification to force HTTPS
# 15:42 rMdes the one at the top with ps:env HTTPS and the one at the end : RewriteEngine On
# 15:43 rMdes I guess I have not yet finished to find the best htaccess set of rules to fix this HTTPS thing
# 15:44 kylewm you could try asking bear in indiewebcamp ... he's the expert on this stuff :)
# 15:47 rMdes I think dreamhost added one line to achieve that and I added another one
# 15:48 rMdes so I commented everything until i find the best rule to force https always
# 15:51 kylewm rMdes: oh you know, it's a holiday in the US, he might not be around
# 15:52 rMdes i'll stay around and experiment from a clean htaccess
# 15:53 rMdes there is so much opinions about this on google that it's actually difficult to know what tutorial to follow
# 15:54 kylewm maybe trying adding the 'L' flag to the https rule to get it to stop after applying it
# 16:02 rMdes but that's chinese to me, but that's what actually enforce HTTPS on my host
# 16:03 rMdes not the env:ps https at the top (i commented those lines now to isolate the issue)
tantek joined the channel
# 16:10 kylewm oh way down at the bottom, i didn't even see that one
# 16:13 rMdes kylewm, i'm able to enforce HTTPS using other instructions, clearly proposed by Dreamhost itself
# 16:13 rMdes but can't avoid this index.php when coming from HTTP
# 16:20 kylewm huh, yeah I'm not sure, I don't know apache very well
loic_m, rMdes_, tantek and rMdes joined the channel