| 
 Posted by lorento on 06/07/06 09:37 
nawfer wrote: 
> which code to use in initial part for to change /aaaaaaaa/  to /AA/? 
> 
> ------------------ 
> 
> and in .htaccess which code to use ? 
Try this (.htaccess) : 
 
RewriteEngine on 
RewriteBase / 
RewriteRule ^AA/(.*)$ aaaaaaaaa/$1 
 
regards, 
Lorento 
-- 
http://www.mastervb.net 
http://www.groupvita.com
 
  
Navigation:
[Reply to this message] 
 |