click menu link it opens up the xampp dashboard instead of

Problems with the Windows version of XAMPP, questions, comments, and anything related.

click menu link it opens up the xampp dashboard instead of

Postby Sonictech » 01. September 2022 23:16

I open my site on localhost/mstl but when you click on a menu link it goes to the following link:http://localhost/dashboard/ instead of http://localhost/mstl/products.

can I please get some feedback on this to try and help.

all my other post just get views, and no answers or help.

thanks for any help, I can get.
Shawn
Sonictech
 
Posts: 3
Joined: 31. August 2022 22:14
XAMPP version: 7.4.29
Operating System: windows 11

Re: click menu link it opens up the xampp dashboard instead

Postby Altrea » 01. September 2022 23:30

is your menu link routing to localhost/index.php instead of localhost/mstl/index.php?
check your application. key words: RewriteBase, base url
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11952
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: click menu link it opens up the xampp dashboard instead

Postby Sonictech » 02. September 2022 00:40

<?php
if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
$uri = 'https://';
} else {
$uri = 'http://';
}
$uri .= $_SERVER['HTTP_HOST'];
header('Location: '.$uri.'/mstl/index.php');
exit;
?>
Something is wrong with the XAMPP installation :-(

now all links goto index.php instead of the page the menu link is suppose too.
Sonictech
 
Posts: 3
Joined: 31. August 2022 22:14
XAMPP version: 7.4.29
Operating System: windows 11

Re: click menu link it opens up the xampp dashboard instead

Postby Altrea » 02. September 2022 06:02

Changing the XAMPP index.php is not the right solution
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11952
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 144 guests