When i was trying to access after installation of wordpress "localhost/wordpress" it shows Error 404 not found & along with that error it shows:
Apache/2.4.48 (Win64) OpenSSL/1.1.1k PHP/8.0.7 Server at localhost Port 80
Related
I'm learning Laravel PHP. So I followed a tutorial on YouTube about creating a virtual host for XAMPP Apache server and I tried to modify httpd-vhosts.conf file in XAMPP/apache/conf/extra. My project directory is "D:\Applications\XAMPP\htdocs\www\EpsilonProgram" so how do I set the DocumentRoot in httpd-vhosts.conf? If I set as
DocumentRoot "D:\Applications\XAMPP\htdocs\www\EpsilonProgram"
and then turn on XAMPP Apache server and run
http://localhost/
, it always displays
Forbidden
You don't have permission to access this resource.
Apache/2.4.48 (Win64) OpenSSL/1.1.1k PHP/8.0.8 Server at localhost Port 80
Please help!
I am trying to run a development server on my Mac. I have been able to do so before with no issues. I'm not aware of any changes I've made, but now the server starts, but I'm unable to access it from a browser:
❯❯❯ php -S localhost:8000 ⏎
PHP 5.6.30 Development Server started at Mon Oct 16 18:06:16 2017
Listening on http://localhost:8000
I get this message from the browser:
This site can’t be reached
localhost refused to connect.
No noise from the server process at the command line.
My /etc/hosts file has the following line:
127.0.0.1 localhost
What am I missing?
i am using amazon aws ec2 and i have installed apache2.
home page are working good but when i click other paste i got this error:
Not Found
The requested URL / was not found on this server.
Apache/2.4.7 (Ubuntu) Server at Port 80
I have a look into my glass spehre, but I bet you have to activate the mod_rewrite-Modul of Apache2.
I'm busy trying to create a website and I'm getting the Not found 404 error and I'm not sure why.
This is the whole error that I got
Not Found
The requested URL /mysite/admin/menus was not found on this server
Apache/2.4.9 (Win64) PHP/5.5.12 Server at localhost Port 80
I recently installed WAMP on my pc and then installed Laravel 5.2 with the caffeinated module package.
I updated my version of PHP (by installing a newer version of XAMPP), but I'm having trouble getting the server to use the necessary port with PHP so that it will run the correct version of PHP.
Due to the well-documented conflicts for machines running Windows, I changed the Apache ports to 81 (from 80) in the httpd.conf file for: Listen and ServerName localhost.
It appears to be running correctly. Both Apache and MySQL are running in the XAMPP Control Panel
Apache - Port: 81, 443
MySQL - Port: 3306
PHP ini was set to 3306, and I therefore left it as is.
http://localhost:81 shows that I'm running the correct version of PHP (Version 5.6.3)., however when I try opening a file at localhost:81 I receive the following error message:
Object not found! The requested URL was not found on this server. If
you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404 localhost Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3
The only way it's allowing me to access the files is at http://localhost:2556, which is running an old version of PHP.
Any suggestions how I can get my PHP documents to access the proper port and version of PHP?