Readytocode
  • Home
  • Laravel
  • PHP
  • React Js
  • Git
  • Server
Facebook X (Twitter) Instagram
Readytocode
  • Home
  • Laravel
  • PHP
  • React Js
  • Git
  • Server
Facebook X (Twitter) Instagram Pinterest LinkedIn Reddit
Readytocode
You are at:Home 404 Not Found The requested URL was not found on this server

Server

404 Not Found The requested URL was not found on this server

JustinBy JustinAugust 4, 2022Updated:August 4, 2022No Comments1 Min Read
Facebook Twitter Pinterest LinkedIn Tumblr Email




This problem come usually , Then at short how we can solve, directly i will give you solution.

In Ubuntu I did not found httpd.conf, It may not exit longer now. Edit in apache2.conf file 

cd /etc/apache2 
sudo vi apache2.conf

 

Change the below line

<Directory /var/www/>
        Options Indexes FollowSymLinks
        AllowOverride None
        Require all granted
</Directory>

AllowOverride All

<Directory /var/www/>
        Options Indexes FollowSymLinks
        AllowOverride All
        Require all granted
</Directory>

Now restart apache2 with below command

sudo systemctl restart apache2

 

 

Now its done, Hope this will help you.

 

Total
0
Shares
Share 0
Tweet 0
Pin it 0
Share 0

Like this:

Like Loading...

Related

Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
Justin
  • Website

Related Posts

How to install Steam on Ubuntu 22.04 step by step

April 20, 2023

What is, How to Install & Use Kali Linux

April 1, 2023

ufw status inactive on Ubuntu 22.04

March 30, 2023

Leave A Reply Cancel Reply

Featured Posts
  • Why meta tag is important for seo 1
    How to change react Page title, Page Description and some other meta Tag
    • August 4, 2023
  • 2
    How to Generate image from text with Laravel 10
    • May 16, 2023
  • Laravel 10 Restrict User Access 3
    Laravel 10 Restrict User Access
    • May 3, 2023
  • Laravel 10 Pagination Example 4
    Laravel 10 Pagination Example
    • May 3, 2023
  • install Steam on Ubuntu 5
    How to install Steam on Ubuntu 22.04 step by step
    • April 20, 2023



Readytocode
Facebook X (Twitter) Instagram Pinterest
  • About Us
  • Privacy Policy
© 2025 ReadyToCode.

Type above and press Enter to search. Press Esc to cancel.

%d