Note that there are some explanatory texts on larger screens.

plurals
  1. POwamp alias error, spaces in the directory name
    primarykey
    data
    text
    <p>I have two alias, one works and one not. I think the problem with the wrong one is that has spaces in the directory name because is the only difference.</p> <p>This works:</p> <pre><code>Alias /test/ "c:/test/noteboardapp/" &lt;Directory "c:/test/noteboardapp/"&gt; Options Indexes FollowSymLinks MultiViews AllowOverride all Order allow,deny Allow from all &lt;/Directory&gt; </code></pre> <p>This doesn't work:</p> <pre><code>Alias /noteboard/ "c:/Documents\ and\ Settings/odedios/Mis\ documentos/Google\ Drive/Trabajo/www/noteboardapp/" &lt;Directory "c:/Documents\ and\ Settings/odedios/Mis\ documentos/Google\ Drive/Trabajo/www/noteboardapp/"&gt; Options Indexes FollowSymLinks MultiViews AllowOverride all Order allow,deny Allow from all &lt;/Directory&gt; </code></pre> <p>I have the error: "You don't have permission to access /noteboard/ on this server."</p> <p>I've scaped the spaces with "\" If I don't do the server doesn't run.</p> <p>What is wrong?</p> <p>Thank you!</p> <p>Oscar.</p> <p><strong>EDITED</strong>: I've found the solution here <a href="https://stackoverflow.com/questions/13122267/use-google-drive-directory-as-apache-virtual-host">Use Google Drive Directory as Apache Virtual host</a></p> <p>The problem was that I was using a google drive folder and I have to change the permissions to access to this folder:</p> <p>Right click 'Google Drive' Folder -> Properties -> Security Tab -> Advanced -> Change Permissions... -> Check 'Include inheritable permissions from parent folder'.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload