Jump to content

dynamic link in htaccess


raduenea

Recommended Posts

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

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.