ukweb Posted September 19, 2008 Share Posted September 19, 2008 Hi, I've fotgotten what it is called where you have like 'forwarding' url aliases, and it is something a client wants on their site. For example, instead of having 'http://domain.com/index.php?this=that&another=value' you can set something like 'http://domain.com/about' instead, and it will do the same thing. I've only ever touched on it in the past a couple of times, but for the life of me cannot remember what it is called, and therefore can't google it! Any ideas? Hope it makes sense! Link to comment https://forums.phpfreaks.com/topic/124967-solved-url-shortcuts/ Share on other sites More sharing options...
Aimee Posted September 19, 2008 Share Posted September 19, 2008 Landing pages? Or if you mean an actual DNS set up it's just called Web Forwarding I think? Link to comment https://forums.phpfreaks.com/topic/124967-solved-url-shortcuts/#findComment-645688 Share on other sites More sharing options...
ukweb Posted September 19, 2008 Author Share Posted September 19, 2008 I'm not sure if its a php or an apache thing, its not landing because you can do multiple ones, ie; http://domain.com/?id=121223 becomes http://domain.com/home http://domain.com/?id=548854 becomes http://domain.com/about http://domain.com/?id=875547 becomes http://domain.com/products and so on... cant for the life of me remember what its called but its really bugging me now! Link to comment https://forums.phpfreaks.com/topic/124967-solved-url-shortcuts/#findComment-645693 Share on other sites More sharing options...
Minase Posted September 19, 2008 Share Posted September 19, 2008 rewrite URL http://httpd.apache.org/docs/2.0/misc/rewriteguide.html Link to comment https://forums.phpfreaks.com/topic/124967-solved-url-shortcuts/#findComment-645694 Share on other sites More sharing options...
ukweb Posted September 19, 2008 Author Share Posted September 19, 2008 that's the one! Ta very much!! Link to comment https://forums.phpfreaks.com/topic/124967-solved-url-shortcuts/#findComment-645698 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.