Hi,
I have moved to phpBB(all files) forum root to sub folder name /forum/.
Want to redirect
Force www
domain.tld -> /news/ (wordpress)
domain.tld/press/ -> /news/
domain.tld/site/ -> /news/
domain.tld/phpbb.php files -> /forum/
With limited understanding of htaccess .. i tried few copy/paste from web.. unfortunately non worked!.
Options +FollowSymlinks
Options -Indexes
RewriteEngine on
# RewriteCond %{HTTP_HOST} !^www.domain.tld$ [NC]
# RewriteRule ^(.*)$ http://www.domain.tld/$1 [R=301]
# RewriteCond %{HTTP_HOST} !^www\.domain\.tld [NC]
# RewriteRule (.*) http://www.domain.tld/$1 [R=301]
# RewriteCond %{HTTP_HOST} ^(www.)?domain.tld$ [NC]
# RewriteCond %{HTTP_HOST} ^(www.)?domain.tld$ [NC]
# RewriteCond %{REQUEST_URI} ^/index.php [OR]
# RewriteRule ^(.*)$ /news/$1 [R=301]
RewriteRule ^$ http://www.domain.tld/news/ [L,R=301]
RewriteCond %{HTTP_HOST} ...

English |
French
News of Apache mod Rewrite