Linux / UNIX Tech Support Forum
This is a discussion on xampp alias directive how to ?? within the Web servers forums, part of the Mastering Servers category; I've already installed and successfully run Xampp on my Fedora9. I made a symbolic link to my web folder on ...
|
|||||||
| Web servers Discussion on Apache, Nginx and Lighttpd HTTP/web server and configuration issues. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I've already installed and successfully run Xampp on my Fedora9.
I made a symbolic link to my web folder on htdocs cd /opt/lampp/htdocs ln -s ~/myweb web But when I run my site form : http://localhost/web It return . Forbidden You don't have permission to access /web on this server. I tried to configure /opt/lampp/etc/httpd.conf I added these line at the end of this file Code:
<IfModule alias_module>
Alias /web ~/myweb
ScriptAlias /cgi-bin/ "/opt/lampp/cgi-bin/"
</IfModule>
<Directory ~/myweb>
Allow from 127.0.0.1
Allow from all
</Directory>
Forbidden You don't have permission to access /web on this server. ![]() I don't know why ?? anyone please help ^^ |
| Sponsored Links | ||
|
|
|
|||
|
Quote:
|
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| alias database error | rbizzell | All about FreeBSD/OpenBSD/NetBSD | 2 | 04-11-2006 08:40 PM |
| how do i assign an alias in rcconf with freebsd | All about FreeBSD/OpenBSD/NetBSD | 1 | 10-01-2006 06:21 PM | |
| freebsd create alias ipaddres | All about FreeBSD/OpenBSD/NetBSD | 1 | 10-01-2006 06:13 PM | |
| freebsd ifconfig alias up ioctl siocaifaddr file exists erro | ZigZag | All about FreeBSD/OpenBSD/NetBSD | 1 | 23-12-2005 04:49 PM |