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
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
Regards