Score:0

redirect a subdir simplycreate.online/zephyr-guide/ instead of zephyr-guide.simplycreate.online

cn flag

i setup github pages successfully...

on my hoster cpanel i setup subdomain

cpanel entry

then in github pages settings.... i add Custom domain: zephyr-guide.simplycreate.online

however simplycreate.online/zephyr-guide/ is not displaying the github pages

if i do a .htaccess 301 redirect it redirects to the subdomain. i dont want that i want the user to remain on simplycreate.online/zephyr-guide/

EDIT: i put the following in htaccess but it still redirects over to the secondary domain:

Options +FollowSymlinks -MultiViews
RewriteBase /
RewriteCond %{HTTP_HOST} simplycreate\.online  [NC]
RewriteRule ^zephyr-guide/(.*)  https://zephyr-guide.simplycreate.online/$1 [R=301,NC,L]
Score:0
cn flag

Never mind.

I adopted a github actions script to ftp the contents into the shared hoster. i believe this actually was the simplest method, silly me complicating with redirects...

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.