Hi I've modified htaccess to have .md files preprocessed by a simple php script and displayed as html. I've created an action but the server doesn't recognize it.
Where am I wrong? I'm not super savvy with server stuff, I've spent a few days looking online from some info but I can't seem to solve this, and I could use some help! Thank you
This is the code I've added to htaccess
Action markdown /handler.php
AddHandler markdown .md
DirectoryIndex index.html index.php index.md
Where am I wrong? I'm not super savvy with server stuff, I've spent a few days looking online from some info but I can't seem to solve this, and I could use some help! Thank you
This is the code I've added to htaccess
Action markdown /handler.php
AddHandler markdown .md
DirectoryIndex index.html index.php index.md