Somehow I can't setup Friendly url to work..
after I have inserted <IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /friendly_url.php [L]
</IfModule>
in my .htaccess file still not showing full friendly url, just: domain_name.com/products.php ?
I want it to show just domain_name.com/products without .php at the end.. I also done all possible settings in admin_global_settings.php