0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Hi, I'm looking for a simple way to let people leave comments (without even registering to the website) on my website. Any suggestions how I could do that? Thanks for your help!
Hi James, I had a similar issue and I just found a solution, if you haven't already. Here's how I solved it: In my /etc/apache2/ folder I did a grep -r "DirectoryIndex" . I found I had DirectoryIndex index.shtml in my /etc/apache2/sites-available/default file. After changing that line to DirectoryIndex index.html …
The End.
Tickon