Current Page: 1 of 1
Results 1 - 6 of 6
18 years ago
bobsuss
I can't get them to work with WAMP 1.6.6. After setting proper http.conf and resolving permission problems, I get a regular "404 not found" when accessing /server-status or /server-info.
Forum: WampServer English
18 years ago
bobsuss
Correct. In this case WAMP running on a PC is using files on a unix file system made accessible via samba.
Forum: WampServer English
18 years ago
bobsuss
The solution is to use UNC names. Do NOT use mapped drive letters e.g. Z:/foo/goo This works: Alias /track/ "//samba_svr/bob/track/www/" <Directory "//samba_svr/bob/track/www"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order Deny,Allow Deny from all Allow from 127.0.0.1 </Directory>
Forum: WampServer English
18 years ago
bobsuss
The solution is to use UNC names in Alias and Directory statements. Do NOT use mapped drive letter, e.g. Z:/track/www. This worked for me: Alias /track/ "//samba_svr/bob/track/www/" <Directory "//samba_svr/bob/track/www"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order Deny,Allow Deny from all Allow from 127.0.0.1 </Directory&g
Forum: WampServer English
18 years ago
bobsuss
Ok the problem was that symLink != shortcut in windows land. Apparently shortcuts don't work period. I used the Alias mechanism and it worked fine for mapping to a dir somewhere else on the local disk. So next I tried to alias to a dir on a mapped network drive. I used the same lines in the .httpd.conf as for the local disk Alias, but apache won't restart and there is nothing in the Apac
Forum: WampServer English
18 years ago
bobsuss
I successfully installed wamp5 1.6.6 and got .php pages up and running under c:\wamp\www\mydir\* e.g. works fine. I would like put some of the pages in a different location so I made a shortcut in c:\wamp\www to the new location. I made sure Options FollowSymLinks and restarted apache. ( I assume symlink==shortcut in Wamp land.) But I can't get to the linked directory. Browser shows 404
Forum: WampServer English
Current Page: 1 of 1