4xx problems
-
I have noticed that my first main page now is http://www.taxiservicepattaya.com/xampp/. I have not made this and I can not find that page, neither in Dreamwaever or at my web hotel server.
How to solve this?
How do I find my first, main page?
-
<cite>www.taxiservicepattaya.com/index.html</cite>
Should be your first page. Either named. Home.html, default.html, or index.html. like shown above.
Google is showing you only have 11 pages
https://www.google.com/search?q=site%3Ataxiservicepattaya.com&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-aHope this helps
-
Hi,
xampp is your server technology, I am assuming.
(XAMPP is a WAMP'ish type stack with added Module support for windows and TOMCAT)
You would usually only see it like that, if your were calling it locally and it would be something like
C:/xampp/directory/index.html (given your structure is like this)
Currently
http://www.taxiservicepattaya.com is 302 redirecting to /xampp, which is your current issue, and is actually impossible as XAMPP folder would be at least a directory above document root - or it would be document root, so no need to call it after domain.
HTTP/1.1 302 Moved Temporarily => Date => Wed, 03 Oct 2012 15:30:51 GMT Server => Apache X-Powered-By => PHP/5.3.17 Location => http://www.taxiservicepattaya.com/xampp/ Content-Length => 0 Connection => close Content-Type => text/html
I am assuming /xampp is not your dcoument root though or it is missing an index, or somewhere you used incorrect syntax in a redirect, or your httpd.conf or virtual host file is misconfigured.
The first thing you need to do in my opinion is search your .htaccess, or vhost for the 302 redirect of "/" to "http://www.taxiservicepattaya.com/xampp/"
would look something like
_redirect 302 / http://www.taxiservicepattaya.com/xampp/_
-
I'd definitely check your hosts file.
-
I dont use php, I have Xampp on the computer because I want to learn php (have no erased xampp from my computer)
I dont have a file called xampp, really I dont have it anywhere, I have looked for one but it is no were to find.
I have an index, try http://www.taxiservicepattaya.com/index.htrml, which only works if I go into the site on a different path like http://www.taxiservicepattaya.com/bookings.html and from there go to Home (index) it works.
I have tried to find .htaxxess and vhost but it is not there anymore
-
Sorry I can't be much more help, but without being in your server I am only guessing as how to fix your exact issue -
But http://www.taxiservicepattaya.com/
is still 302 redirecting to http://www.taxiservicepattaya.com/xampp/
HTTP/1.1 302 Moved Temporarily => Date => Wed, 03 Oct 2012 16:51:47 GMT Server => Apache X-Powered-By => PHP/5.3.17 Location => http://www.taxiservicepattaya.com/xampp/ Content-Length => 0 Connection => close Content-Type => text/html
I am almost 100% sure your issue is either in vhost or .htaccess
There is a chance, if you use Cpanel, that a domain pointer was used to point to this now deleted sub-directory - but again I do not know your setup
-
fond the .htaccess, in it is:
-FrontPage-
IndexIgnore .htaccess /.?? *~ *# /HEADER /README /_vti
<limit get="" post="">order deny,allow
deny from all
allow from all</limit>
<limit put="" delete="">order deny,allow
deny from all</limit>any smarter?
-
I think it works. I copied .htaccess from an other site I have and now it works. Please try it and get back to me.
Thank you so much (if it works)
-
http://www.taxiservicepattaya.com/
Now resolves correctly (it appears)
HTTP/1.1 200 OK => Date => Wed, 03 Oct 2012 17:48:30 GMT Server => Apache Last-Modified => Wed, 03 Oct 2012 17:25:14 GMT ETag => "2df65ea6-2f72-4cb2aebef67b8" Accept-Ranges => bytes Content-Length => 12146 Connection => close Content-Type => text/html