Advertisement:

Author Topic: Plugins still showing .php extension after enabling permalink  (Read 895 times)

samm1001@hotmail.com

  • Newbie
  • *
  • Posts: 11
Plugins still showing .php extension after enabling permalink
« 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>

Aficionado

  • Guest
Re: Plugins still showing .php extension after enabling permalink
« Reply #1 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).