Hi,
Thanks for replying.
That is exactly what I thought would occur but all it appears to be doing is listings the contents of the directory.
I have tried the code in a .htacces file inside both the root and a sub-directory where the file is located but no change. I also tried having files in...
Hi,
I'm using the following code in a htaccess file inside a directory:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.html -f
RewriteRule ^(.*)$ $1.html
and when I type in a file name ending with .html it appears to manifest or create a directory name...
Hi,
I am enjoying x10hosting due to the sophisticated implementation of Litespeed so looked around for paid hosting in this area however the prices on offer here are more (or less) the same hence my posting.
I like the idea of monthly billing, so my question is:
can I use PayPal to pay...
Hi,
I managed to get them going by ensuring that any include file is parsed by the server as well.
I don't know what kind of performance hit is induced by making my html files server parsed but my includes now have the .shtml extension and I have a very small .htaccess file in the directory of...
I can say my experience has been great thus far and I am really pleased with the support my website gets in terms of time for pages loading, and while it can be slow at times, there is never any actual downtime that I've experienced.<br><br>There are many others' to choose from and I've tried...
Hello,
I am trying to run an SSI directive such as <!--#flastmod file=""--> in a .shtml document that is referencing an include file via <!--#include virtual=""--> but it does not work, i.e. it simply renders the #flastmod command.
Any help here would be greatly appreciated.
Thank you for...
Thank you for the reply.
When using <!--#flastmod file="$DOCUMENT_NAME" --> I get [error: stat() failed! and my custom error message is not used.
I can try deleting the folder as well but the only way it seems to be working for me is via <!--#flastmod virtual=''--> which I am only using on...
Hi Ryan,
Thank you for responding to me.
The environment variables are working insofar as <!--#flastmod virtual=''--> is concerned, however they do not work as <!--#echo var='LAST_MODIFIED' --> but as you say, I can just use PHP to achieve the same end.
Hi all,
I am trying to use the built in Apache environment variables, such as date last modified, however even if I delete a file and upload afresh, it still shows the date the "file" was originally uploaded.
Hoping someone can help.
Thank you