mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-01-12 23:24:34 +00:00
4 lines
99 B
Text
4 lines
99 B
Text
# Redirect everything via the subdirectory.
|
|
|
|
RewriteEngine on
|
|
RewriteRule (.*) subdirectory/$1 [L]
|