Laravel TypiCMS redirects to root -
i using typicms laravel here : github.com/typicms/base , facing following problem:
i created new module named "news" executing command: composer require typicms/news. added providers in config/app.php, have publish views , migrations , migrated database too.
the problem facing whenever url given, redirects me root directory of project, is, http://localhost/mywebsite/public/
even, if give invalid route localhost/mywebsite/public/foobar, instead of showing me error, again redirects root directory.
i have checked .htaccess , routes.php file , there not modifications.
regards: adnan
typicms cannot installed in subfolder, root of site must http://localhost.
Comments
Post a Comment