X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=htaccess.sample;h=fa09b30f6d950a3041e393864370623594460562;hb=d9e56e15cc3174093fc994e524d1d9cf402ae8a3;hp=1b7701609e02704af852a0007da0aec25d1fc608;hpb=38fac1d46364933b2d0a0a33a02c0b4b78e376b4;p=quix0rs-gnu-social.git diff --git a/htaccess.sample b/htaccess.sample index 1b7701609e..fa09b30f6d 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -1,14 +1,17 @@ RewriteEngine On - # NOTE: change this to your actual StatusNet path; may be "/". - # http://example.com/ => / - # http://example.com/mublog/ => /mublog/ - + # 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]