Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^.*$ - [S=2]
RewriteRule feed/$ plog-rss.php?path=%{REQUEST_URI} [L]
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^.*$ - [S=3]
RewriteRule ^(.*)\.jpg$ $1/ [R=301,L]
RewriteRule feed/$ plog-rss.php?path=%{REQUEST_URI} [L]
Posted By: panjabiThanks for the mod_rewrite code, works brilliantly.Glad it works for you! :D
Posted By: panjabiI suppose the trailing slash vs .html doesnt really matter.Who knows, it still might show up later on as an option. It doesn't really matter, but people may prefer one over the other for some reason. It will probably be low on the list, but it may be added at some point.
Posted By: panjabiMatt Cutts is a Google employ and his tips on SEO are taken as gospel for most. So the "-" vs "_" is definitely something worth looking into.Yep, I think this should definitely be changed over. It should be fairly easy for any new pictures, it's just converting the old path names that will take some doing in the upgrade script.
1 to 9 of 9