Jump to content

1000 folder redirect to other url


jame_2d

Recommended Posts

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
look into mod rewrite. Following should do the trick:
[code]RewriteEngine On
RewriteRule ^([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

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.