Code: Select all
#<IfModule mod_rewrite.c>
#RewriteEngine on
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#</IfModule>
Code: Select all
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine on
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
RewriteCond %{QUERY_STRING} ^f=(.*)&t=(.*)&p=(.*)\#p=(.*)$
RewriteRule ^$ /viewtopic.php [L]
RewriteCond %{QUERY_STRING} ^f=(.*)&t=(.*)\#p=(.*)$
RewriteRule ^$ /viewtopic.php [L]
RewriteCond %{QUERY_STRING} ^f=(.*)&t=(.*)&p=(.*)$
RewriteRule ^$ /viewtopic.php [L]
RewriteCond %{QUERY_STRING} ^f=(.*)&t=(.*)$
RewriteRule ^$ /viewtopic.php [L]
</IfModule>
sorry , this change does not resolve itkeitzy wrote:open file .htaccess in root directory
findand replace withCode: Select all
#<IfModule mod_rewrite.c> #RewriteEngine on #RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] #</IfModule>
Code: Select all
<IfModule mod_rewrite.c> Options +FollowSymlinks RewriteEngine on #RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] RewriteCond %{QUERY_STRING} ^f=(.*)&t=(.*)&p=(.*)\#p=(.*)$ RewriteRule ^$ /viewtopic.php [L] RewriteCond %{QUERY_STRING} ^f=(.*)&t=(.*)\#p=(.*)$ RewriteRule ^$ /viewtopic.php [L] RewriteCond %{QUERY_STRING} ^f=(.*)&t=(.*)&p=(.*)$ RewriteRule ^$ /viewtopic.php [L] RewriteCond %{QUERY_STRING} ^f=(.*)&t=(.*)$ RewriteRule ^$ /viewtopic.php [L] </IfModule>
no , the URL of the site still leading to a wrong address . but the URL of the topic is working fine .keitzy wrote:hmm.
Any link I now click in facebook takes me to the topic not the index.
Are you running a windows server?
true , but i see the same platform working fine with WordPress.keitzy wrote:The problem is not with PhpBB or our mods. Its a facebook bug that doesn't remove the query_string from the url to get the base domain.
check your privacy settingjemiesranova wrote:I want to try to send a message to all my friends fb but others can not read it, but it did not work, help me anyone who has an idea ..... thanks.