simple-php-website icon indicating copy to clipboard operation
simple-php-website copied to clipboard

Nav menu links don't work properly

Open danybr0 opened this issue 5 years ago • 1 comments

I think there is an issue with the nav menu links. When I click on a nav menu link (for instance about-us) I get redirected to the localhost directory, when actually I should get: http://localhost/simple_php_website/about-us. I think it has to do with the website path which is not clearly defined.

danybr0 avatar Sep 11 '20 12:09 danybr0

I am runing to the same issue. I solved it by: If you are running the website in xampp, set your site_url to /yourfolder name in the config file

ikhvjs avatar Aug 12 '21 09:08 ikhvjs