X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=htaccess.sample;h=92edce2f4ce03f3a3400f5a0006b1d3cfd2d66b6;hb=c2b5531af818c017822643f9c8bded7ba702361a;hp=0bd7b990778a633ac9407e24a94dc0e0daf56245;hpb=c73ebf3382196dfd175fd1d5bc966157d96cde38;p=quix0rs-gnu-social.git diff --git a/htaccess.sample b/htaccess.sample index 0bd7b99077..92edce2f4c 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -1,7 +1,7 @@ RewriteEngine On -RewriteRule ^$ index.php?action=public [L] -RewriteRule ^rss$ index.php?action=publicrss [L] +RewriteRule ^$ index.php?action=public [L,QSA] +RewriteRule ^rss$ index.php?action=publicrss [L,QSA] RewriteRule ^doc/about$ index.php?action=doc&title=about [L,QSA] RewriteRule ^doc/help$ index.php?action=doc&title=help [L,QSA] @@ -15,14 +15,6 @@ RewriteRule ^main/register$ index.php?action=register [L,QSA] RewriteRule ^main/subscribe$ index.php?action=subscribe [L,QSA] RewriteRule ^main/unsubscribe$ index.php?action=unsubscribe [L,QSA] -RewriteRule ^omb/accesstoken$ index.php?action=accesstoken [L,QSA] -RewriteRule ^omb/requesttoken$ index.php?action=requesttoken [L,QSA] -RewriteRule ^omb/postnotice$ index.php?action=postnotice [L,QSA] -RewriteRule ^omb/subscribe$ index.php?action=remotesubscribe [L,QSA] -RewriteRule ^omb/finish$ index.php?action=finishremotesubscribe [L,QSA] -RewriteRule ^omb/updateprofile$ index.php?action=updateprofile [L,QSA] -RewriteRule ^omb/userauthorization$ index.php?action=userauthorization [L,QSA] - RewriteRule ^settings/avatar$ index.php?action=avatar [L,QSA] RewriteRule ^settings/password$ index.php?action=password [L,QSA] RewriteRule ^settings/profile$ index.php?action=profilesettings [L,QSA]