NewcastleFan Posted November 2, 2012 Share Posted November 2, 2012 Hey guys, I posted this in the PHP section originally thinking it was done with php! I've now got my urls changed to: /index.php?seourl=example-page-three But I now want them changed to: /example-page-three the seourl is a field in the database that changes the page title to all lower case, and removed the spaces and replaces them with -. I've tried this: Options +FollowSymLinks RewriteEngine on RewriteRule index/(.*)/(.*)/$ /cms/index.php?$1=$2 However this seemingly does nothing? Anyone able to offer some advice? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/270200-dynamic-urls-seo-friendly-rewrite/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.