Duplicate root directory names when crawled

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
natronpeg
Posts: 1
Joined: Thu Jul 09, 2020 3:57 pm

Duplicate root directory names when crawled

Post by natronpeg »

Installed into 'faq/' subdirectory and, when crawled, I get lots (hundreds) of pages that look like:

Code: Select all

mydomain.com/faq/faq/?action= ...
I have the provided .htaccess file in my 'faq/' directory with:

Code: Select all

RewriteBase /
I'm guessing there is some page element that's generating malformed links otherwise, we wouldn't ever see these pages being crawled. Anyone experience this? Examining page source and can't seem to find any bad links though!
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Duplicate root directory names when crawled

Post by Thorsten »

Hi,

the RewriteBase is wrong then.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply