vendredi 30 octobre 2015

My laravel application on subdomain on localhost and this url is app.localhost.com but its not works in subdomain properly how to set this .htaccess

my .htaccess is on root directory

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

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



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/1M4SLjc
via IFTTT

Aucun commentaire:

Enregistrer un commentaire