X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=htaccess.sample;h=fa09b30f6d950a3041e393864370623594460562;hb=471a4805871c44ad8770342ca8ca05536068dc85;hp=18a868698c1dc63e0c53554a0aa5fb13e92732c7;hpb=22f827134c3be845494bebd76bda9e4a074e710b;p=quix0rs-gnu-social.git diff --git a/htaccess.sample b/htaccess.sample index 18a868698c..fa09b30f6d 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -1,12 +1,17 @@ RewriteEngine On - # NOTE: change this to your actual StatusNet path; may be "/". - + # NOTE: change this to your actual StatusNet base URL path, + # minus the domain part: + # + # http://example.com/ => / + # http://example.com/mublog/ => /mublog/ + # RewriteBase /mublog/ ## Uncomment these if having trouble with API authentication ## when PHP is running in CGI or FastCGI mode. + # #RewriteCond %{HTTP:Authorization} ^(.*) #RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]