Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #15437

Re: File does not exist: /Applications/MAMP/htdocs/scripts, referer: http://localhost/earth/public/index.php/user

From Jerry Stuckle <jstucklex@attglobal.net>
Newsgroups comp.lang.php
Subject Re: File does not exist: /Applications/MAMP/htdocs/scripts, referer: http://localhost/earth/public/index.php/user
Date 2015-06-08 13:28 -0400
Organization A noiseless patient Spider
Message-ID <ml4jan$abi$1@dont-email.me> (permalink)
References <7a105de1-142a-4900-a720-4c148660ea1c@googlegroups.com> <5f911413-c00e-4730-806d-d761468bbe28@googlegroups.com> <417c7933-6940-4af7-b64d-d3cdb69196b5@googlegroups.com> <8fc920a7-3b00-4f7a-b23a-b649318c4760@googlegroups.com>

Show all headers | View raw


On 6/8/2015 1:17 PM, jans wrote:
> On Monday, June 8, 2015 at 10:06:09 AM UTC-7, jans wrote:
>> On Sunday, June 7, 2015 at 9:24:41 PM UTC-7, jans wrot
>>> On Sunday, June 7, 2015 at 9:03:40 PM UTC-7, jans wrote:
>>>> I can hit the login page of this app.  I enter the credentials but then I get an error; 
>>>>
>>>> "The requested URL /user/login was not found on this server."   Seems like it should work.  I'm not getting any php errors.   I have the following Mamp Pro configurations.  I run apache as me, jrough user.    The owner of the files, is likewise is me, jrough and group is admin and all the permissions are rwx for owner, group and others. 
>>>>  Name resolution is via /etc/hosts.  I  have AllowOverride All,  Order allow, deny, & Allow from all.    The login file should exists=.    I don't know what to check for. Thanks,
>>>
>>> sorry, I found the answer.  Just on a whim I tried port 8888 and it worked after all afternoon.  I don't have anything running on port 80, or I didn't think I did, but I guess something I don't know about is running on port 80.  I apologize.
>>
>>
>> I am still getting the referrer error message even with port 8888 when I log in.  I got some other config error last night so I thought it was getting past the apache error.  Do I need to set up Virtual Hosts?  I thought in Mamp it was a virtual host.  I set up another named host besides localhost.  I have as I said the right apache user and file permissions.  I have all options for <Directory> directive checked except multi views and I have allowOverride all, order allow deny, allow from all.  It shoudl work. Tia
> 
> In Mamp you can define a host.  The way this xml config is set up to have a host name and a host .  How do I assign a Host Name to Mamp?  I'm guessing that is why it gives the referer error msg.  Right now I don't have a host name.  Unless it is localhost but I tried that.
> <development>
> 		<sitHost>myhost-local:8888</sitHost>
> 		<siteName>my host name</siteName>
> 		<runLocal>true</runLocal>
> 		<databaseParams>
> 			<host>127.0.0.1</host>
> 			<username>root</username>
>       		<password>root</password>
> 			<dbname>conduit_earth</dbname>
> 		</databaseParams>
> 	</development>
> 

This has nothing to do with PHP.  Please learn to ask your questions in
an appropriate newsgroup.

-- 
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex@attglobal.net
==================

Back to comp.lang.php | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

File does not exist: /Applications/MAMP/htdocs/scripts, referer: http://localhost/earth/public/index.php/user jans <janis.rough@gmail.com> - 2015-06-07 21:03 -0700
  Re: File does not exist: /Applications/MAMP/htdocs/scripts, referer: http://localhost/earth/public/index.php/user jans <janis.rough@gmail.com> - 2015-06-07 21:24 -0700
    Re: File does not exist: /Applications/MAMP/htdocs/scripts, referer: http://localhost/earth/public/index.php/user jans <janis.rough@gmail.com> - 2015-06-08 10:06 -0700
      Re: File does not exist: /Applications/MAMP/htdocs/scripts, referer: http://localhost/earth/public/index.php/user jans <janis.rough@gmail.com> - 2015-06-08 10:17 -0700
        Re: File does not exist: /Applications/MAMP/htdocs/scripts, referer: http://localhost/earth/public/index.php/user Jerry Stuckle <jstucklex@attglobal.net> - 2015-06-08 13:28 -0400
          Re: File does not exist: /Applications/MAMP/htdocs/scripts, referer: http://localhost/earth/public/index.php/user jans <janis.rough@gmail.com> - 2015-06-08 13:11 -0700
            Re: File does not exist: /Applications/MAMP/htdocs/scripts, referer: http://localhost/earth/public/index.php/user jans <janis.rough@gmail.com> - 2015-06-08 13:23 -0700
              Re: File does not exist: /Applications/MAMP/htdocs/scripts, referer: http://localhost/earth/public/index.php/user "Christoph M. Becker" <cmbecker69@arcor.de> - 2015-06-08 22:37 +0200
                Re: File does not exist: /Applications/MAMP/htdocs/scripts, referer: http://localhost/earth/public/index.php/user jans <janis.rough@gmail.com> - 2015-06-08 14:04 -0700
                Re: File does not exist: /Applications/MAMP/htdocs/scripts, referer: http://localhost/earth/public/index.php/user "Christoph M. Becker" <cmbecker69@arcor.de> - 2015-06-08 23:23 +0200

csiph-web