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.
How to remove "index.php?p=/" from all URLs?
Is there any easy way to remove all index.php?p=/ from URLs? Possibly in .htaccess?
Current URL:
http://domain.com/index.php?p=/categories/categoryname
Preferred URL:
http://domain.com/categories/apps
Any easy way to do this?
Current URL:
http://domain.com/index.php?p=/categories/categoryname
Preferred URL:
http://domain.com/categories/apps
Any easy way to do this?
0
This discussion has been closed.
Comments
$Configuration['Garden']['RewriteUrls'] = TRUE;