1. Open Cpanel -> File Manager
Top right corner ->Settings or find settings
Show Hidden Files.
Top right corner ->Settings or find settings
Show Hidden Files.
2. Goto public_html folder/.htaccess
paste the below block, save & close.
<IfModule mod_rewrite.c>
RewriteEngine On
# Removes index.php from ExpressionEngine URLs
RewriteCond $1 !\.(gif|jpe?g|png)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]
</IfModule>
3. Now goto global configuration ->joomla -> turn on Friend URL redirection.
No comments:
Post a Comment