boeing747fp
02-17-2007, 04:20 PM
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.
RewriteEngine on
RewriteRule ^directoryname$ DirectoryName$
RewriteEngine on
RewriteRule ^directoryname$ DirectoryName$