Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Remove "index.php/" From URL?
Refringe
New
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.