

- #Xampp phpmyadmin error 404 install#
- #Xampp phpmyadmin error 404 Pc#
- #Xampp phpmyadmin error 404 free#

Thats the reason, why you should not use localhost.
#Xampp phpmyadmin error 404 Pc#
But as you already installed wordpress on "localhost", some links will point to localhost (especially CSS stylesheets and pictures), but these cannot be resolved correctly, as localhost always points to the local PC (and not the Xampp PC). You will now have the problem, if you call wordpress from another PC via the new hostname (lets call it "xamppserver"), you have to enter either or (depends on how you declare the DocumentRoot).
#Xampp phpmyadmin error 404 install#
You MUST NOT provide it twice.Į) Last not least, you should have done all these configurations BEFORE(!) you install wordpress and while installing wordpress, you *should* use the (new) hostname instead of "localhost" during the installation. Therefore, either leave out the wordpress folder in the DocumentRoot declaration, OR leave it out in the URL. You may do so, but if you do so, you MUST NOT provide this foldername again in the URL like you did: you entered but this of course does not work, as it finally yields to /opt/lampp/htdocs/wordpress/wordpress/test.html (twice the wordpress folder!). Anyway, DO NOT USE localhost (dont forget that!).Ĭ) At next, in the first line you have have dot "." accidently at the end, this is an error:ĭ) The DocumentRoot of your VirtualHost declaration already contains the wordpress folder:Ĭode: Select all DocumentRoot "/opt/lampp/htdocs/wordpress" Where 192.168.1.191 is the LAN IP from the Xampp Server. *should* be on the Xampp server (but you described it vice verse).
#Xampp phpmyadmin error 404 free#
Replace localhost in all occurences by another name (you are free to choose any name, but NOT localhost).ī) it looks, as if mixed up what you did on the Xampp PC and/or on the other PC. So if you want to define a new host, which should also work from another PC than only the Xampp server, DO NOT USE localhost! localhost is a reserved special name for the loopback device (= the same local PC). Oh my god, there are so many errors, its definately incredible.įirst of all: no, it is NOT the right forum or do you think "Grundlagen und Wissenswertes" sounds English? You posted into the german board.Ī) did you read this comment in hosts file:Ĭode: Select all # localhost is used to configure the loopback interface February 2016 09:05 Operating System: Debian Linux Any help is appreciated!! emilyanncr Posts: 2 Joined: 16. I'm not really experienced with the forums so I don't know if I posted this in the right place or what not. If you think this is a server error, please contact the webmaster.Īpache/2.4.17 (Unix) OpenSSL/1.0.1q PHP/5.5.30 mod_perl/2.0.8-dev Perl/v5.16.3 If you entered the URL manually please check your spelling and try again. The requested URL was not found on this server. When I navigate to 'localhost/wordpress/test.html' using the other computer on my network, I am met with the following: I also have a script in my /lampp/htdocs/wordpress file named 'test.html'. When I navigate to those places it's blank even though files exist in those folders. So now I'm able to access and navigate through the worpress site just fine barring certain areas such as wp-content, wp-config, wp-settings. Gedit /etc/hosts and added the following to the end of the file On the computer where xampp is running I: # localhost is used to configure the loopback interface To make the site accessible on my other computer I:Īnd appended the following to the end of the file:ĭocumentRoot "/opt/lampp/htdocs/wordpress"Īnd added the following line to the end of the file:


I am running xampp locally on a computer on my same network where I have wordpress installed. Hello, I am currently experiencing this issue.
