| Context Links on HTML pages [message #61] |
Mon, 30 July 2007 20:22  |
cyberne Messages: 5 Registered: July 2007 |
Junior Member |
|
|
I'm wondering if it's possible to use your "CONTEXT LINKS" feature on regular "html" or "shtml" pages.
I use hyperseek software that produces output in html or shtml pages.
Thank you.
|
|
|
| Re: Context Links on HTML pages [message #63 is a reply to message #61 ] |
Tue, 31 July 2007 02:07   |
Andrew Messages: 67 Registered: September 2006 |
Member Administrator |
|
|
| cyberne wrote on Mon, 30 July 2007 20:22 | I'm wondering if it's possible to use your "CONTEXT LINKS" feature on regular "html" or "shtml" pages.
I use hyperseek software that produces output in html or shtml pages.
Thank you.
|
Place this convert.php file I attached to the post in your site's MAIN folder. Not in our script's folder!
and also add the code below to your .htaccess file in your site's main folder.
for Html pages:
RewriteEngine on
RewriteRule \.html$ /convert.php [L]
for Shtml pages:
RewriteEngine on
RewriteRule \.shtml$ /convert.php [L]
If the .htaccess doesn't exist create it yourself.
Then you can place "CONTEXT LINKS" code on any html page of your site.
It should work. If not contact me directly I will see what else I can do.
Attachment: convert.php
(Size: 0.08KB, Downloaded 463 time(s))
[Updated on: Tue, 31 July 2007 02:45]
|
|
|
|
| Re: Context Links on HTML pages [message #67 is a reply to message #65 ] |
Sat, 04 August 2007 04:14   |
Andrew Messages: 67 Registered: September 2006 |
Member Administrator |
|
|
send me (to my email) your cpanel or ftp login details and the page where you want to place the Context links. I'll see what I can do.
The software you are using may have specific settings that not directly parse your html pages.
[Updated on: Sat, 04 August 2007 04:45]
|
|
|
|
| Re: Context Links on HTML pages [message #69 is a reply to message #61 ] |
Wed, 15 August 2007 23:35  |
cyberne Messages: 5 Registered: July 2007 |
Junior Member |
|
|
well apparently now the homepage is showing nothing... could you please look into this asap?
Thanks
|
|
|