BlackCatDevelopment / BlackCatCMS

BlackCat CMS is a PHP5, HTML5 content management system
https://blackcat-cms.org
Other
11 stars 9 forks source link

Generated htaccess redirects not correctly for short_url #365

Closed creativecat closed 5 years ago

creativecat commented 7 years ago

In some cases the rewrite rule: RewriteRule ^/page/(.*)$ /$1 [L,R=301] doesn't work fine... changed it to RewriteRule ^page/(.*)$ /$1 [L,R=301] fixed the problem on my installations.

creativecat commented 7 years ago

In some server configuration you need to add the whole root url to get the htaccess work. Maybe we should add the URL to be more compatible to different server configurations. (I got problems on a strato server, while on all-inkl everything works fine with the same htaccess)