You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/page.html -- is the file created by Jekyll
/page -- is how I link to the file and GitHub Pages serves the page.html page
/page.php -- this page gets redirected to /page
I am attempting to get this with:
Use redirect_from: /page.php.html on the page (GitHub will serve this when accessing /page.php)
Use standard settings for permalink
The result I get is:
/page.html -- is created
/page -- is accessible
/page.php -- redirects to page.html
Please advise if it possible to get the desired behavior.
The text was updated successfully, but these errors were encountered:
@fulldecent If you're using GitHub Pages to build your site, this is not presently possible as Jekyll 3 has not yet shipped there: github/pages-gem#175. Let me know if this is not the case.
I would like to get
I am attempting to get this with:
The result I get is:
Please advise if it possible to get the desired behavior.
The text was updated successfully, but these errors were encountered: