ok so i moved my site from windows server to linux, but some remote sites link to /directoryname/subdirectory/file.html and some link to /DirectoryName/subdirectory/file.html and i need to have a mod_rewrite condition that will redirect all /directoryname/..... to /DirectoryName/.... and some links have multiple subdirectories and some dont. i cant seem to get it to work.
Code:
RewriteEngine on
RewriteRule ^directoryname$ DirectoryName$