Welcome Guest, Not a member yet? Register   Sign In
ci , ajax and firefox
#1

[eluser]abada[/eluser]
hi all

i make a site and it work on ie,chrome but doesn`t work on ff ~x(

the error msg is

<TITLE>403 Forbidden</TITLE>

</HEAD><BODY>

<H1>Forbidden</H1>

You don't have permission to access /eg-admin/index.php

on this server.<P>

<P>Additionally, a 404 Not Found

error was encountered while trying to use an ErrorDocument to handle the request.

<HR>

<ADDRESS>Apache/1.3.41 Server at egdream.net Port 80</ADDRESS>

is ff want file permission for index.php ?

but it work in ie and chrome

help me plz .........
#2

[eluser]Evil Wizard[/eluser]
The error messages you posted are server side errors, which do not worry about the browser. That said, however it could be that your .htaccess file is doing a browser check, finding firefox and trying to point it somewhere it shouldn't
#3

[eluser]abada[/eluser]
thanks Evil Wizard

but i don`t know

nay help plz
#4

[eluser]Evil Wizard[/eluser]
If you have/install the "Web Developers Toolbar" plugin extension for firefox you can select "Information -> View Response Headers" to see if the http header response code matches the 403 being reported in the page. Another plugin to install is liveHTTPHeaders this will allow you to monitor response redirects and such from a page request.
#5

[eluser]jedd[/eluser]
Apache v1 ?! Far out ... where did you find that relic?

Nonetheless, he's right - it's a server side error. Watch the two apache logs (access.log and error.log) as you hit the page on the two different browsers, and watch out for any redirects and confirm it's the same actual page being hit, and of course look for the differences in the logs between the two browser hits.
#6

[eluser]abada[/eluser]
i have d firebug

ok jedd i`ll see it

any other solution plz
#7

[eluser]jedd[/eluser]
The next step is predicated on the results of these tests.

What are the results of these tests?
#8

[eluser]abada[/eluser]
jedd where two apache logs (access.log and error.log) place ?

where i can found them ???

plz
#9

[eluser]jedd[/eluser]
Probably under /var/log/apache/ ... though this is not guaranteed, and depends on the OS and/or distribution you're running.

On shared hosting you may be limited to a web front end to the logs, just to make things more complicated.
#10

[eluser]abada[/eluser]
thanks jedd

any way is there another solution of my problem ??




Theme © iAndrew 2016 - Forum software by © MyBB