Search found 20 matches
- 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 #...
- 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.
I couldn't carry on with this issue today, so I'll give it a try tomorrow and I'll let you know.
- 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!
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!
- 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...
- 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
- 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.
- 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
- 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.
there are four folders which classify different file contents: code, css, images and miscellaneous files.
- 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
- 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 ...
- 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.
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.
- 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
.. but a non-existing page still not showing it
- 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:
Now the file contains:
Code: Select all
ErrorDocument 404 http://jordiserres.homeip.net/flightsch ... .php?e=404
- 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
I still think it must be something related to the old Drupal setup in the httpd.conf file
- 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.