Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

laravel the requested url was not found on this server

sudo a2enmod rewrite
sudo nano /etc/apache2/apache2.conf


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

Por

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

sudo /etc/init.d/apache2 restart
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #laravel #requested #url #server
ADD COMMENT
Topic
Name
9+5 =