# links bouncing back to old page

Hi there!
I made an index.php for my project. Now I’ve changed that to ControlPanel.php.
But all the links to (#) force the page back to index.php.

I’ve read this:

Links to (#) causing my pages to exit

I changed the body id:
<body id="ControlPanel">

I tried removing or changing the line:
" <meta name="ac:base" content="/TextQuestionsVersion2">"

But it literally changes it back or adds it back.

Any help would be appreciated. Thanks!

When I was having this problem, it was because I had (unintentionally) enabled Routing for the site. Turning it off remedied the issue.

I had (unintentionally) enabled Routing as well.
So, I turned that off, but the problem persists. :man_shrugging:

If I go in and delete the following line, the page never fully loads:
<meta name="ac:base" content="/TextQuestionsVersion2">

There are base tags that get added when routing is enabled, that need to be edited out.

Here’s the reference Links to (#) causing my pages to exit