Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
Hokira

IPB SEO

Recommended Posts

Ich hätte gerne solche Adressen wie z. B.

 

http://community.invisionpower.com/topic/379902-ips-social-suite-40/#entry2373182

 

also ohne index.php wie z. B.

 

http://community.invisionpower.com/index.php/topic/1-welcome/#entry1

 

Ich habe dafür im Admin CP unter Search Engine Optimization

 

Redirect to friendly URL Format auf Yes gestellt und URL TYPE auf Path Info.

 

Danach habe ich .htaccess mod_rewrite ebenfalls auf Yes gestellt und eine .htaccess Datei mit dem Inhalt

 

<IfModule mod_rewrite.c>

Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .(jpeg|jpg|gif|png)$ /public/404.php [NC,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

 

erstellt und in das HauptVerzeichnis getan, in dem auch z. B. die Conf_Global.php liegt.

 

Das Problem ist das jetzt immer

 

 

Not Found

The requested URL /topic/1-welcome/ was not found on this server.

 

erscheint.

 

.ht access ist aktiviert und die rewrite rechte gegeben. Hab es anhand einer Beispiel .htaccess getestet und es hat geklappt.

 

Kenne mich damit einfach nicht besonders gut aus! Vielleicht kann mir ja hier jemand sagen was das Problem ist!

 

Mfg

 

Share this post


Link to post

Sicher, das die .htaccess-Datei korrekt (!) angelegt wurde? Ggf. noch mal löschen und neu anlegen. Wahlweise die Datei aus dem Anhang testen in .htaccess umbenennen und hochladen.

 

PHP läuft auch ganz sicher als Apache Modul? Ansonsten sollte die Einstellung URL type auf query_string bleiben (ggf. auch testen, wenn php als Apache Modul läuft).

 

Hilft das nicht und auch das neu anlegen des FURL-Caches (im Adminbereich -> System -> Tools & Settings -> Cache Management) bringt keine abhilfe, hilft nur ein Supportticket.

htaccess.txt

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×