poison6feet Posted January 13, 2010 Share Posted January 13, 2010 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 More sharing options...
gerkintrigg Posted January 18, 2010 Share Posted January 18, 2010 You may be having the same problem as me. Have a look at this topic: http://www.phpfreaks.com/forums/index.php/topic,284232.0.html Link to comment https://forums.phpfreaks.com/topic/188361-dynamic-to-static-url/#findComment-997085 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.