typemill / typemill

Typemill is a lightweight, flat-file CMS designed for simple, fast, and flexible website and eBook creation using Markdown.
https://typemill.net
MIT License
427 stars 60 forks source link

Custom subdirectories dont load #404

Open yesilovebooks opened 11 months ago

yesilovebooks commented 11 months ago

Hello!

I installed a web counter called bbclone in my typemill blog.

The link is: http://www.lendonojardim.cyou/bbclone

But, if I click on any link, for example: http://www.lendonojardim.cyou/bbclone/show_detailed.php

The browser will load the 404 Typemill ERRO ...

What can I do to fix this, please?

yesilovebooks commented 11 months ago

All I had to do was add the following lines to a new .htaccess file and save it in the bbclone directory:

<IfModule mod_rewrite.c> RewriteEngine Off </IfModule>

This way, the configurations of the .htaccess file of the parent directory will not be valid in the bbclone directory.