ivytony Posted September 10, 2008 Share Posted September 10, 2008 I am trying to create sitemap using google sitemap generator. I want to filter out urls that contain 'admincp.php'. Below is an example in the config.xml file of the generator: <!-- Exclude URLs within UNIX-style hidden files or directories --> <filter action="drop" type="regexp" pattern="/\.[^/]*" /> I wonder how to write a regex to exclude urls containing 'admincp'. Could someone here help me pls? appreciate it Link to comment https://forums.phpfreaks.com/topic/123626-please-help-me-create-a-regex/ Share on other sites More sharing options...
effigy Posted September 10, 2008 Share Posted September 10, 2008 What's the regex engine? You can try %https?://\S*admincp\.php%. Link to comment https://forums.phpfreaks.com/topic/123626-please-help-me-create-a-regex/#findComment-638410 Share on other sites More sharing options...
ivytony Posted September 10, 2008 Author Share Posted September 10, 2008 I don't really know which regex engine. I only know that the google sitemap generator is written in Python. Link to comment https://forums.phpfreaks.com/topic/123626-please-help-me-create-a-regex/#findComment-638412 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.