Dan

Results 187 comments of Dan

The `content()` in `layout.html.php` is out putting the content html code generated from the template files, like main.html.php (post collection page/category, tags etc.), single post file (post.html.php), static.html.php and so...

You're welcome. We need an improved docs, current docs is like for version below 2.7.

I will mark it as fixed. Thanks

Hello, seems the query parameter ignored in your server (`?type=post`). Enable the mod_rewrite, try to modify the htaccess file. Eg. uncomment the `RewriteBase /` or use: ``` RewriteEngine On RewriteRule...

The problems is your vhost config. In apache 2.4 should: ``` AllowOverride All Require all granted ``` and 2.2: ``` Order allow,deny Allow from all ```

To debug it, restore the main site and htmly htaccess to the original one, start from there before adding your custom rule.

Yes I have no idea actually, I use the default htaccess and install it in sub folder and it work as it should be. It's a good idea to review...

I'm sure this is related to server settings and not htmly itself. I will close this one. Thanks

Hello, Please make PR if you find solutions for it. Thanks,