jame_2d Posted August 23, 2006 Share Posted August 23, 2006 when the user enter www.atkherm.com/awww.atkherm.com/bwww.atkherm.com/cwww.atkherm.com/dwww.atkherm.com/ei want to redirect towww.atkherm.com/a/awww.atkherm.com/a/bwww.atkherm.com/a/cwww.atkherm.com/a/dwww.atkherm.com/a/ebut i have 100000 folder so how can i?from www.atkhmer.com Quote Link to comment Share on other sites More sharing options...
oldmanice Posted August 30, 2006 Share Posted August 30, 2006 If you want diffrant folder names you will have to go into each folder and create a folder called what ever you want and icnore the other one and put the same things in For example if you have www.atkherm.com/a you must have a folder called a and you want www.atkherm.com/a/b then in that folder make one called b to access it as youve asked Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted August 31, 2006 Share Posted August 31, 2006 look into mod rewrite. Following should do the trick:[code]RewriteEngine OnRewriteRule ^([a-zA-Z])$ /a/$1[/code]What this will do is serve whats in a/folderLetterHERE. For example when do www.atkherm.com/e it'll server whats in atkherm.com/a/e Quote Link to comment 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.