.htaccess - laravel 5.2 - from domain to subdomain -


i transfert laravel installation subdomain, application not work, domain 'server not found' .htaccess is:

rewritebase /  rewritecond %{http_host} !^subdomain rewritecond %{request_uri} !^public rewriterule ^(.*)$ public/$1 [l]  rewritecond %{http_host} ^subdomain rewritecond %{request_uri} !^public rewriterule ^(.*)$ public/ [l] 

my structure is:

 - css/  - error_log  - favicon.ico  - favicon.png  - icon/  - index.php  - local/  - resources/  - robots.txt  - uploads/  - web.conf 

any idea?


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -

c# SetCompatibleTextRenderingDefault must be called before the first -