I have shell access to my shared server space.
domain.com/stuff/ <-- real, actual directory
domain.com/documents/ <-- what I need to create as an alias
How can I get the URL domain.com/documents/ go to domain.com/stuff/ ?
use .htaccess to create an alias?
Moderator: General Moderators
-
intellivision
- Forum Commoner
- Posts: 83
- Joined: Mon Aug 22, 2005 1:25 am
- Location: Orbit
Re: use .htaccess to create an alias?
Try;intellivision wrote:I have shell access to my shared server space.
domain.com/stuff/ <-- real, actual directory
domain.com/documents/ <-- what I need to create as an alias
How can I get the URL domain.com/documents/ go to domain.com/stuff/ ?
Code: Select all
Redirect /documents/index.php http://domain.com/stuff/index.php