Hello guys,
I have the following structure of urls on my CMS
domain dot com/index.php?link=company.php
and i want to make them all shown as
domain dot com/index-link-company.php.html
So i should use the following to .htaccess file and all my urls will become friendly?
Options +FollowSymLinks
RewriteEngine on
RewriteRule index-link-(.*)\.htm$ index.php?link=$1
I have the following structure of urls on my CMS
domain dot com/index.php?link=company.php
and i want to make them all shown as
domain dot com/index-link-company.php.html
So i should use the following to .htaccess file and all my urls will become friendly?
Options +FollowSymLinks
RewriteEngine on
RewriteRule index-link-(.*)\.htm$ index.php?link=$1
Last edited: