Aido21

Results 15 comments of Aido21

Well. I disabled the root htaccess file but the issue is still here. `mysite/blog/admin/posts,` `mysite/blog/admin/pages`, `mysite/blog/admin/draft`, etc can be opened correctly but only `mysite/blog/admin` generates an error – Forbidden

This is my current htaccess in the blog folder ``` RewriteEngine On RewriteBase /blog/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] ```

so no idea why this script does not work as it should work

Hi @bttrx Here it is [config.ini.txt](https://github.com/danpros/htmly/files/13760977/config.ini.txt) There is no error messages. Just Forbidden 403 error for mysite/blog/admin. The same time mysite/blog/admin/posts, mysite/blog/admin/pages, mysite/blog/admin/draft, etc can be opened correctly

hey any news? 7 years passed