Osclass forums

Support forums => General help => 3.6.x => Topic started by: samm1001@hotmail.com on January 30, 2016, 05:46:29 pm

Title: Plugins still showing .php extension after enabling permalink
Post by: samm1001@hotmail.com on January 30, 2016, 05:46:29 pm
Hi my website plugins still showing .php extension after enabling permalink.

Any solution for it?

Below is the code.

Thanks in advance.

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Title: Re: Plugins still showing .php extension after enabling permalink
Post by: Aficionado on January 31, 2016, 01:00:43 pm
Ask your hosting provider. Apparently it is not supported.

or post your url so we can check (if you want).