Rewrite URL to use with CodeIgniter + C5
Permalink
Hi! I hope someone here can help out.
I have CodeIgniter in /ci and it has its own htaccess file with the standard rewrite rules.
C5 htaccess looks like this currently (standard):
The URL: /ci/aktiviteter does respond is displayed correctly with a shared header & footer with C5.
But if I add a rewrite to make:
/aktivieter rewrite to /ci/aktiviteter
All CSS files and so on is given a 404 by Concrete5.
Why is that?
How can I have C5 and CI play together?
Hope someone can help me out!
I have CodeIgniter in /ci and it has its own htaccess file with the standard rewrite rules.
C5 htaccess looks like this currently (standard):
RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}/index.html !-f RewriteCond %{REQUEST_FILENAME}/index.php !-f RewriteRule . index.php [L]
The URL: /ci/aktiviteter does respond is displayed correctly with a shared header & footer with C5.
But if I add a rewrite to make:
/aktivieter rewrite to /ci/aktiviteter
All CSS files and so on is given a 404 by Concrete5.
Why is that?
How can I have C5 and CI play together?
Hope someone can help me out!