0

I'm trying to route all folders and subfolders to my index document. It is working, but not completely, when I go deeper into a subfolder, the index.shtml getting loaded but without any CSS.

<ifModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} !index
    RewriteRule (.*) index.shtml [L]   
</ifModule>

domain.tld/folder-1/folder-2 (any deeper then folder-1 and the CSS is gone.)

barry
  • 251
  • 2
  • 10

0 Answers0