Jump to content

Dynamic to Static Url


poison6feet

Recommended Posts

Hi There,

I am trying to achieve the static url from my dynamic database driven urls.

I have used online tool to create .htaccess file but still I am unable to see the static url working.

My .htaccess files is

 

Options +FollowSymLinks

RewriteEngine on

RewriteRule index/m/(.*)/value/(.*)/ index.php?m=$1&value=$2

RewriteRule index/m/(.*)/value/(.*) index.php?m=$1&value=$2

Link to comment
https://forums.phpfreaks.com/topic/188361-dynamic-to-static-url/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.