Jump to content

301 redirect – but why?


Claudia999

Recommended Posts

Hi there,

whatever of my forums or posts urls I analyze for example with http://web-sniffer.net – I get a "Status: HTTP/1.1 301 Moved Permanently".

The .htaccess of community is

AddHandler php55-cgi .php

<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On

RewriteBase /community/

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /community/index.php [L]
</IfModule>

For blog entries for example the status is ok.

IPB is 3.4.

What could be the problem?

Greetings

Claudia

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...