Ubuntu 14.04LTS 32bit
LAMP
I know it\'s an old question but..
I need it to remove .php anywhere it finds it from the visible url. It needs to work wi
You may be on the right track. However, it sounds like your .htaccess file is not being executed. Just because a module is activated, does not mean it is available for you in your particular situation.
Here are some steps to solve your issue:
AllowOverride all instead.One of these should fix it. I would recommend trying between each step so that you can pinpoint where the error occurred. After determining the cause, you may want to go back and restrict some of those AllowOverrides, depending on your needs.
Best of luck!