Osclass forums
Support forums => General help => 3.6.x => Topic started 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>
-
Ask your hosting provider. Apparently it is not supported.
or post your url so we can check (if you want).