Search found 20 matches

by Jordi
Tue Jan 20, 2009 12:45 pm
Forum: Installation and Configuration
Topic: Custom 404 error page
Replies: 44
Views: 15944

Re: Custom 404 error page

Hi again! After several tests, the issue is fixed now: The problem was within these lines, formerly uncommented, that seem to apply an unwanted translation to each requested url within the site.   #<Directory /var/www/> #   RewriteEngine on #   RewriteBase / #   RewriteCond %{REQUEST_FILENAME} !-f #...
by Jordi
Thu Jan 15, 2009 4:19 pm
Forum: Installation and Configuration
Topic: Custom 404 error page
Replies: 44
Views: 15944

Re: Custom 404 error page

Thanks, jaoudestudios.
I couldn't carry on with this issue today, so I'll give it a try tomorrow and I'll let you know.
by Jordi
Wed Jan 14, 2009 1:50 pm
Forum: Installation and Configuration
Topic: Custom 404 error page
Replies: 44
Views: 15944

Re: Custom 404 error page

No luck. I set the httpd.conf and .htaccess files as you suggested, restarted the server and.. everything is performing with no changes.

It's getting late for me, and I guess for you too. I'll try to fix it tomorrow and I'll let you know if I succeed.

Thank you so much for your help!
by Jordi
Wed Jan 14, 2009 1:24 pm
Forum: Installation and Configuration
Topic: Custom 404 error page
Replies: 44
Views: 15944

Re: Custom 404 error page

Sorry guys, but still crazy. I did restart the server after applying the changes, without success. The current version of the .htaccess file follows, and the http.conf file is now unaltered.   <Directory "/flightschool" />     AllowOverride All </Directory> ErrorDocument 404 http://jordise...
by Jordi
Wed Jan 14, 2009 1:19 pm
Forum: Installation and Configuration
Topic: Custom 404 error page
Replies: 44
Views: 15944

Re: Custom 404 error page

my .htaccess file now is:

Code: Select all

 
<Directory "/var/www/flightschool/" />
    AllowOverride All
</Directory>
ErrorDocument 404 http://jordiserres.homeip.net/flightschool/error.php
 
by Jordi
Wed Jan 14, 2009 1:17 pm
Forum: Installation and Configuration
Topic: Custom 404 error page
Replies: 44
Views: 15944

Re: Custom 404 error page

I just changed that, and.. you can see for yourself.. http://www.catalansoft.com/flightschool/f.pp still showing looping behaviour.
by Jordi
Wed Jan 14, 2009 1:06 pm
Forum: Installation and Configuration
Topic: Custom 404 error page
Replies: 44
Views: 15944

Re: Custom 404 error page

Settings for this file are (octal) 644, if that's what you mean
by Jordi
Wed Jan 14, 2009 1:04 pm
Forum: Installation and Configuration
Topic: Custom 404 error page
Replies: 44
Views: 15944

Re: Custom 404 error page

var/www/flightschool is the main folder, where .htaccess, index.php, and error.php are.
there are four folders which classify different file contents: code, css, images and miscellaneous files.
by Jordi
Wed Jan 14, 2009 12:00 pm
Forum: Installation and Configuration
Topic: Custom 404 error page
Replies: 44
Views: 15944

Re: Custom 404 error page

My server is running linux, using Apache and MySql
by Jordi
Wed Jan 14, 2009 11:35 am
Forum: Installation and Configuration
Topic: Custom 404 error page
Replies: 44
Views: 15944

Re: Custom 404 error page

Just to clarify.... This is the domain I should be looking at/testing on...http://jordiserres.homeip.net/flightschool/? (continuously redirects) Not http://www.catalansoft.com? (because this does not redirect it calls in using frames) (redirects to homepage - I think due to frames) You'll see that ...
by Jordi
Wed Jan 14, 2009 11:11 am
Forum: Installation and Configuration
Topic: Custom 404 error page
Replies: 44
Views: 15944

Re: Custom 404 error page

No, I'm not using them.
The code you posted is the one at the server hosting my domain, which redirects to my server at home, where there are no frames at all.
by Jordi
Wed Jan 14, 2009 10:41 am
Forum: Installation and Configuration
Topic: Custom 404 error page
Replies: 44
Views: 15944

Re: Custom 404 error page

You're right. There was an error in the php file. Some double quotes now changed to single quotes.
.. but a non-existing page still not showing it :?
by Jordi
Wed Jan 14, 2009 10:29 am
Forum: Installation and Configuration
Topic: Custom 404 error page
Replies: 44
Views: 15944

Re: Custom 404 error page

Sure!

Now the file contains:

Code: Select all

 
ErrorDocument 404 http://jordiserres.homeip.net/flightsch ... .php?e=404
 
by Jordi
Wed Jan 14, 2009 10:16 am
Forum: Installation and Configuration
Topic: Custom 404 error page
Replies: 44
Views: 15944

Re: Custom 404 error page

I checked it, by changing the bare 'error.php' to a complete url 'http://.../error.php' but it is still driving me crazy.

I still think it must be something related to the old Drupal setup in the httpd.conf file
by Jordi
Wed Jan 14, 2009 10:03 am
Forum: Installation and Configuration
Topic: Custom 404 error page
Replies: 44
Views: 15944

Re: Custom 404 error page

ok, but neither one of the two error.php files seems to be called when a page is not found. you can test it at http://www.catalansoft.com and adding to this urs whatever file name you can think of. the browser's url text box starts to go mad until it is manually stopped.