raduenea Posted June 5, 2012 Share Posted June 5, 2012 Hi I have an htaccess file that contain : RewriteEngine on RewriteRule ^sitemap/.*$ - [PT] RewriteRule ^admin/.*$ - [PT] RewriteRule ^cms/.*$ - [PT] RewriteRule ^temp/.*$ - [PT] ErrorDocument 404 /http://www.picturi-celebre.ro RewriteRule ^([^/\.]+)/?$ index.php?page=$1 where $1 is a php page (ex: www.....ro/account) . How can I modify the htaccess if I have dynamic links like: www.......ro/something-here www........ro/other-thing wwww.......ro/my-name A better exemple are website that have the name of the products directly after the domain. Something like that I need. Thanks Link to comment https://forums.phpfreaks.com/topic/263726-dynamic-link-in-htaccess/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.