Note that there are some explanatory texts on larger screens.

plurals
  1. POEasyphp development environment aliases not working
    primarykey
    data
    text
    <p>I use Easyphp for my development environment on my Windows PC and Laptop. For some odd reason I am unable to get aliasing to work on my laptop. I get an error:</p> <pre><code>Object not found! </code></pre> <p>I think it is a problem with Apache, but I am unsure. It is probably something dead simple, but I have spent way to many hours trying to work it out for myself. I have tried to manually write the alias and I have tried reinstalling easyphp, but I can't get it to work. Could the default virtual host be interfering with the alias?</p> <p>Here is what is at the bottom of the httpd.conf file:</p> <pre><code># == !!! DO NOT REMOVE !!! =================================================== ### Alias EasyPHP # ============================================================================ #alias Alias "/development" "C:/Users/Sam/dev" &lt;Directory "C:/Users/Sam/dev"&gt; Options FollowSymLinks Indexes AllowOverride All Order deny,allow Allow from 127.0.0.1 Deny from all Require all granted &lt;/Directory&gt; #alias # ============================================================================ ### Alias End # ============================================================================ # == !!! DO NOT REMOVE !!! =================================================== ### VirtualHost EasyPHP NameVirtualHost 127.0.0.1 &lt;VirtualHost 127.0.0.1&gt; DocumentRoot "C:/Program Files (x86)/EasyPHP-12.1/www" ServerName localhost &lt;/VirtualHost&gt; # ============================================================================ #virtualhost #virtualhost # ============================================================================ ### VirtualHost End # ============================================================================ </code></pre>
    singulars
    1. This table or related slice is empty.
    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