|
Custom Search
|
I successfully installed crawltrack on my website.
Since I use *.shtml page I added .htaccess file so that page would be treated as *.php
I tried using suggested .htaccess but it did not work as when I clicked on my site in Google, it wanted to download the page not go to it.
I used the following in the .htaccess which then appeared to work:
<FilesMatch "\.(shtml)$">
SetHandler application/x-httpd-php
</FilesMatch>
I then add php tag to my webpage as suggested by crawltrack
I then set up test tracker to test installation
Using my browser I accessed my webpage.
When I check in crawltrack, it does not show visit by test crawler.
Can someon advise why this may be happening
Thanks
Offline
I managed to fix the problem as follows:
<FilesMatch "\.(shtml)$">
SetHandler application/x-httpd-php5
</FilesMatch>
Since I have php5 on my website I changed as follows:
SetHandler application/x-httpd-php --------> SetHandler application/x-httpd-php5
The documentation for CrawlTrack states it works on Joomla 1.0
Does anyone know if it works on Joomla 1.5?
Offline
Edgepark Medical |
SwipeAuctions |