PDA

View Full Version : Content in .php files ignored


ktsixit
10-24-2008, 11:21 AM
Hi,
I have installed the script in my website, indexed and uploaded the generated files succesfully. I test how the search page works now, and I realize that it actually ignores the content of the .php files and only finds results for .html pages.
There's a small database in my website which is used to store the content of these dynamic pages.

Why is this happening? What can I do to fix it?

wrensoft
10-24-2008, 09:10 PM
PHP files are indexed by default. So if they are not being indexed on your site then it is probalby becuase of the configuration options you have selected.

In the Zoom configuration window, check you have .PHP entered as a file extension on the "scan options" tab.

See also these FAQ pages
Q. Why are some of my pages being skipped by the indexer? (http://www.wrensoft.com/zoom/support/faq_problems.html#skipped)
Q. Why are links in my Javascript menus being skipped? (http://www.wrensoft.com/zoom/support/faq_problems.html#javascriptmenus)
Q. I am indexing with spider mode but it is not finding all the pages on my web site (http://www.wrensoft.com/zoom/support/faq_problems.html#spider_finding)

If you still have a problem, please post the URL for the site and the URL of a page being skipped.

Ray
10-27-2008, 12:02 AM
Make sure you're using Spider Mode too, if you're trying to index PHP pages.

ktsixit
10-29-2008, 12:55 PM
ok i fixed the problem, thanks for replying :)