Can't get Pretty URL to work, although htacces, site.php are correct …

Permalink
weird thing … made this post 3 hours ago for the first time and it disappeared…

Hello again,
this iy my htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /concrete5.5.2.1/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>

and here my site.php

<?php
define('DB_SERVER', 'xx');
define('DB_USERNAME', 'xx');
define('DB_PASSWORD', 'xx');
define('DB_DATABASE', 'xx');
define('BASE_URL', 'http://www.schatztruhe-pfalz.de');
define('LOCALE', 'de_DE');
Define('URL_REWRITING_ALL', true);
define('PASSWORD_SALT', 'xx');?><?php
?><?php define('DIRNAME_APP_UPDATED', 'concrete5.6.1.1_remote');?>

Pretty Url is activated, cache is empty and nothing happens.
I even can't reach the site without concrete5.5.2.1 in the Url with my browser. Btw this ist the site
http://www.schatztruhe-pfalz.de/concrete5.5.2.1/...

Has anyone a suggestion?

Thanks

HerrF
 
carli replied on at Permalink Best Answer Reply
"http://www.schatztruhe-pfalz.de/" points to the root of your site - but there is nothing. Your content is in the subfolder "concrete5.5.2.1". Go to your Strato-Account and try to define the "concrete5.5.2.1" folder as start folder. Or write a little .htaccess to direct "http://www.schatztruhe-pfalz.de/" into your folder "concrete5.5.2.1" and upload it to your root. This should solve the "I even can't reach the site without concrete5.5.2.1 in the Url with my browser" Problem.

Regards
HerrF replied on at Permalink Reply
HerrF
Hello carli,

aaah, how stupid of me … I didn't see the wood for the trees.
Moved everything to the root, enabled pretty url and it works like a charm.

Thank you so much for your help!

Best regards