Hot to use Server Side Include from table?

Any tips and tricks that has to with the ADDT that doesn't fit into one of the other categories
antonio
Posts: 77
Joined: 2010-09-28 11:48

Hot to use Server Side Include from table?

Post by antonio » 2014-11-18 23:12

Hi all,
I'm just creating a new website using Bootstrap, ADDT and other jquery scripts.

As you can see from the following image, a page without URL parameter works and is rendered correctly: (please note the "404 error not found!!" error is triggered by server side include and works as expected, since I speciefied a 404.pho file for pages not found).
Image

But if I add a URL parameter to make the URL SEO friendly I get this result:
Image

I can't understand why.
If I review the page source code in the browser it seems ok.

ANy idea?

Thanks in advance for any help, otherwise I'll miss the SSIFT behaviour (and SEO friendly URLs) and I'll recreate the pages the traditional way, using standard includes.

tony

User avatar
Fred
Site Admin
Posts: 491
Joined: 2010-02-15 12:10
Location: Armagh, Northern Ireland
Contact:

Re: Hot to use Server Side Include from table?

Post by Fred » 2014-11-22 11:22

Tony you did remember to set your "RewriteBase" in the htaccess file or a <base href="http://....." tag in the file?

Post Reply