i don't think because i didn't change any think in it and this is my .htaccess file
<IfModule mod_rewrite.c> <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>
i think i should change my localhost setting to accept subdomain but i am not sure
OK Man, My problem solved as i expect by edit in host file in windows directory by adding this line to convert me to localhost
127.0.0.1 sub.localhost
thanks alot
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community