Add new comment

Do you like HowtoForge? Please consider supporting us by becoming a subscriber.
Submitted by rsantiag (not registered) on Fri, 2009-01-09 11:57.

Hi there!!

 In order to make available the users profiles when using friendly URLs (www.mysite.com/user/theuser) we need to "disable" the default AliasMatch of ISPConfig.

 You only need to add to the Step 1 the following:

AliasMatch ^/users/(.*) /var/www/webX/web/users/$1

The complete code:

-------------------------------------------------

<Directory /var/www/mydrupalwebsite.tld/web/> 
Options +Includes +FollowSymlinks -Indexes 
AllowOverride All 
Order allow,deny 
Allow from all 
<Files ~ "^\.ht"> 
Deny from all 
</Files> 
</Directory>
 
AliasMatch ^/users/(.*) /var/www/webX/web/users/$1

-------------------------------------------------

 Hope this help you,

Ricardo.

Please do not use the comment function to ask for help! If you need help, please use our forum.
Comments will be published after administrator approval.

Reply

*
*
The content of this field is kept private and will not be shown publicly.


*

  • Images can be added to this post.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <div>
  • Lines and paragraphs break automatically.