I have this command in my .htaccess file:
# Process .php, .htm files as PHP
AddType application/x-httpd-php .php .htm
When I try to Spider my site (Zoom 6.0 build 1027), it only indexes the 1st page: index.htm
index.htm includes PHP code to a menu:
<ul>
<li><a href="index.htm" title="Home">Home</a></li>
<li><a href="contact-us.htm" title="Contact Us">Contact Us</a></li>
<li><a href="hours.htm" title="Hours">Hours</a></li>
etc.
However, it seems to not include / find these other pages.
What else may be missing ?
Thanks,
James
# Process .php, .htm files as PHP
AddType application/x-httpd-php .php .htm
When I try to Spider my site (Zoom 6.0 build 1027), it only indexes the 1st page: index.htm
index.htm includes PHP code to a menu:
<ul>
<li><a href="index.htm" title="Home">Home</a></li>
<li><a href="contact-us.htm" title="Contact Us">Contact Us</a></li>
<li><a href="hours.htm" title="Hours">Hours</a></li>
etc.
However, it seems to not include / find these other pages.
What else may be missing ?
Thanks,
James
Comment