Page 1 of 1

Hot to use Server Side Include from table?

Posted: 2014-11-18 23:12
by antonio
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

Re: Hot to use Server Side Include from table?

Posted: 2014-11-22 11:22
by Fred
Tony you did remember to set your "RewriteBase" in the htaccess file or a <base href="http://....." tag in the file?