I have configured SEO Settings in PHPKB but they do not seem to be working. Please help!
Estimated Reading Time: < 1 MinuteProblem: I have enabled SEO Friendly URLs setting in PHPKB (as shown below):
Also verified that Apache mod_rewrite module was loaded:
but still no luck. I get 404 not found error:
Solution: Check in your VirtualHosts (and then httpd.conf) configuration files for the AllowOverride directive.
Set it to allow all declaration inside an .htaccess file:
AllowOverride All
That’s all!
- Applicable To: Standard Edition, Standard (Multi-Language) Edition, Enterprise Edition (MySQL), Enterprise Multi-Language Edition (MySQL), Enterprise Edition (SQL Server), Enterprise Multi-Language Edition (SQL Server)