WBATFTsays
Will this work with php 5?
heppnersays
Hi,
Good job. I’d like to hide directory (with subdirectories), how to do it?
Regards,
Paul
Thanks for purchasing, search for this:
$sitemap_ignore_files = array(
on about line 136. if the directory you wish to hide is called “my_directory” then add this just underneath:
"/.*my_directory.*/",
this will hide anything that contains “my_directory” from displaying in the site map.
good luck!
dtbaker
heppnersays
I have “php” directory, when I put
”/.php./”,
it also hides all my files with the php extension
heppnersays
It is also impossible to hide the directory if you have file with name which contains the directory name string. For example: when “tv” is your directory you want to hide then you also hide every file with “tv” string: productiontv.html, studiotv.php, protvshop.php and so on… I think the different method to hide directories is needed.
Svipicsays
I have Dynamic site in php.
No html files in it. Can it be possible to index all my pages with this sitemap tool or it is for static html sites ?
pinkfootsays
Hello,
i get and error ‘Invalid argument supplied for foreach()’ which is
foreach(glob($directory."*")
i have all my .php files in my public html root along with sitemap.php
Any help will be appreciated.
Thx
Basboysays
Is there a possibility to ignore all maps an then select the maps I want to include… I got a bunch of maps in at my server but 9 out of 10 doesn’t need to come on my sitemap 
Basboysays
And I’ve got a Wordpress blog in a subfolder, how to get those pages/sitemap
?
11comments