![]() |
index only .shtml
How do you index only .shtml and avoid all other file types such as .txt or .html or .htm...
|
Hi. Try adding the unwanted file extensions to the FORBIDDEN_EXTENSIONS in the config file.
|
Thanks Charter. Almost there! I have FrontPage extensions installed and have many folders in many directories that start with an underscore (_folder). What syntax do I use in the robots.txt to exclude all folders that start with an underscore?
Would I use something like this? Disallow: /_ or maybe Disallow: /_* or something else??? |
Hi. If you've already crawled directories that start with an underscore, you can delete them from the admin panel by clicking the site, the update button, and then the appropriate red X symbol.
To exclude all folders that start with an underscore, the robots.txt file can be like so (wildcards are nonstandard): User-agent: PhpDig Disallow: /_ |
All times are GMT -8. The time now is 03:01 PM. |
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.