Report this

What is the reason for this report?

site loaded-links not working

Posted on October 18, 2014

I have the server setup. Running Laravel 4. However the links on the site when clicked go to page cannot be displayed. You can see my going to valleyvuecoatings.com

Here is my .htaccess

<IfModule mod_rewrite.c> 
# Use PHP 5.3 
AddType application/x-httpd-php53 .php 
<IfModule mod_negotiation.c> 
Options -MultiViews 
</IfModule>

RewriteEngine On

# Redirect Trailing Slashes... 
RewriteRule ^(.*)/$ /$1 [L,R=301]

# Handle Front Controller... 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteRule ^ index.php [L] 
</IfModule>

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.