{"id":129,"date":"2015-01-01T15:57:56","date_gmt":"2015-01-01T13:57:56","guid":{"rendered":"http:\/\/www.geohei.lu\/geoheiWP\/?p=129"},"modified":"2015-01-01T16:01:40","modified_gmt":"2015-01-01T14:01:40","slug":"129","status":"publish","type":"post","link":"https:\/\/www.geohei.lu\/geoheiWP\/129\/","title":{"rendered":".htaccess rewrite of directory to new domain"},"content":{"rendered":"<p>Online files stored on a web server have, most of the time, many references pointing to these files.<\/p>\n<p>In my case, my web hoster decided that I had to take away files stored in a folder called downloads. However many links from my phpbb3 forum pointed to that directory. Needless to say, that this would require a lot of manual work adjust all these links.<\/p>\n<p><!--more--><\/p>\n<p>An automatic solution would have been: <a href=\"http:\/\/www.phpbb.com\/community\/viewtopic.php?f=46&#038;t=2284886&#038;p=13872611#p13870631\">Change URLs<\/a>. However this would only have covered the phpbb3 forum referenced URLs, not some links I send friends in order to download stuff.<\/p>\n<p>A much more elegant server based solution is to work with .htaccess redirection\/rewrite mechanisms.<\/p>\n<p>URL pointing to this directory: <strong>http:\/\/www.olddomain.com\/downloads\/<\/strong><br \/>\nURL should be redirected to this directory: <strong>http:\/\/www.newdomain.com\/downloads\/<\/strong><\/p>\n<p>The following .htaccess file, located in the downloads directory, rewrites URLs:<\/p>\n<pre>Options +FollowSymLinks\r\nRewriteEngine on\r\nRewriteRule (.*) http:\/\/www.newdomain.com\/downloads\/$1 [R=301,L]<\/pre>\n<p>The user doesn&#8217;t even notice that the files are downloaded from a different location than the announced URL.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Online files stored on a web server have, most of the time, many references pointing to these files. In my case, my web hoster decided that I had to take away files stored in a folder called downloads. However many links from my phpbb3 forum pointed to that directory. Needless to say, that this would&#8230; <\/p>\n<div class=\"read-more navbutton\"><a href=\"https:\/\/www.geohei.lu\/geoheiWP\/129\/\">Read More<i class=\"fa fa-angle-double-right\"><\/i><\/a><\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[21],"tags":[],"class_list":["post-129","post","type-post","status-publish","format-standard","hentry","category-server"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/s5mjlH-129","_links":{"self":[{"href":"https:\/\/www.geohei.lu\/geoheiWP\/wp-json\/wp\/v2\/posts\/129","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.geohei.lu\/geoheiWP\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.geohei.lu\/geoheiWP\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.geohei.lu\/geoheiWP\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.geohei.lu\/geoheiWP\/wp-json\/wp\/v2\/comments?post=129"}],"version-history":[{"count":4,"href":"https:\/\/www.geohei.lu\/geoheiWP\/wp-json\/wp\/v2\/posts\/129\/revisions"}],"predecessor-version":[{"id":499,"href":"https:\/\/www.geohei.lu\/geoheiWP\/wp-json\/wp\/v2\/posts\/129\/revisions\/499"}],"wp:attachment":[{"href":"https:\/\/www.geohei.lu\/geoheiWP\/wp-json\/wp\/v2\/media?parent=129"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.geohei.lu\/geoheiWP\/wp-json\/wp\/v2\/categories?post=129"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.geohei.lu\/geoheiWP\/wp-json\/wp\/v2\/tags?post=129"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}