Tagged Questions
1
vote
1answer
2k views
Apache Aliases On Windows 7
Well, hi everybody. I'm trying to make aliases working on Apache & Windows 7.
So, this is what I have:
<IfModule alias_module>
Alias /TamasMobile/ ...
1
vote
2answers
342 views
mount / and / or apache - php permissions : where should I look?
Here's the configuration :
The directory :
/var/www/mount_ImpExp/ImpExp/
is a shared directory (Linux) from a PC with an IP adress 192.168.1.12
My PC IP adress is 192.168.1.11
I mounted that ...