Forum Moderators: open
nonsense-characters for non-existent leading directory names
/plausible-directory-name/fjkl4j3ifj.html /plausible-directory-name/
/plausible-directory-name/index.html
/plausible-directory-name
? /fjkl4j3ifj/plausible-file-name.html [a-z]{8,16} [A-Z][A-Z][A-Z][a-z][A-Z] /i18n/english/ /dir/subdir/cat-on-keyboard-stuff-here /(\w+/)+[a-z]{8,16}\.html /paintings//etcetera It must be something broken or gone astray.
this time saying that in time Bing would drop those non-existent URLs from their crawl. They never did.
Fortunately it is not many days since I figured out how to redirect multiple slashes. But sheesh, how annoying. Can you say "Duplicate Content"? Ignoring duplicate slashes seems to be an Apache default. MAMP does it too.
RewriteCond %{REQUEST_URI} /paintings//+(.*)
RewriteRule ^paintings http://example.com/paintings/%1 [R=301,L] RewriteRule ^[A-Z][A-Za-z]{3}[A-Z]/(.+) http://www.example.com/$1 [R=301,L] RewriteCond %{REQUEST_URI} !/MySuB
RewriteRule ^[A-Z][A-Za-z]{3}[A-Z]/(.+) http://www.example.com/$1 [R=301,L] Do you have any real-life directories with names in this form?
^[A-Z][A-Za-z]{3}[A-Z]/ GET /[A-Z][A-Za-z]{3}[A-Z]/\S* HTTP/1\.[01]" 404