Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.
Remove "index.php/" From URL?
Is there a way to remove "index.php/" from the URL?
Currently my URL's look like:
Ideally they should look like this:
Any help?
Currently my URL's look like:
http://website.com/index.php/
http://website.com/index.php/discussion/1/discussion-title
Ideally they should look like this:
http://website.com/
http://website.com/discussion/1/discussion-title
Any help?
0
Comments
This one will need rephrasing as it can be done without .htaccess, which an apache stuff only anyway.
Apache2 configuration should be pretty easy.
nginx, there's an example out there, I haven't configured as per the example as It didn't exist when I did mine. Mine is no up to standard, and that's why I haven't shared it yet.
For cherokee, or other web server, check out the documentation.