Hey all,
I have this strange issue here that I cannot seem to solve.
So here goes:
I have 2 index faces for my page (index.html and index.shtml).
In TP I have put index.html as my main page, index.shtml as page#2
Lastly, I have created the htaccess file: DirectoryIndex tp_in.php index.shtml index.html index.php index.cgi
Problem now is that the 2 index faces are indeed showing at random, but all my virtual includes in my templates are not processed.
for example: <!--#include virtual="navigation.html" -->
this code is not processed and therefore the navigation bar at the top is not shown. (I also have a toplist.html, a thumblist.html etc).
When I remove the htaccess file form the server, I get all my virtual includes back (so the navigation bar is shown again), but then I only get the the main index.html page (index.shtml is then never shown).
I tried to add the navigation.html to the htaccess file so I would get:
DirectoryIndex tp_in.php index.shtml index.html index.php index.cgi navigation.html
but this doesn't seem to solve the issue (navigation bar is still not shown).
My website:
www.7exclusive.comAny help on this issue would be greatly appreciated
ps. my archive pages still generate alls virtual includes without any problem... (
http://www.7exclusive.com/st/archives/archive0.html)
Best Regards,
7exclusive