Without the step modifier users on Chrome mobile couldn't edit
blogs because the seconds were missing
(hh:mm while hh:mm:ss was expected)
This is my first commit, hope it worked :)
Updated robots.txt + new htaccess files.
I made the following changes for the robots.txt and .htaccess files.
# robots.txt updated
- Allow theme assets (CSS, JS, Images, Fonts) for SEO
- Allow folder with uploaded images (/content/images)
# .httaccess files added
- /content - Deny all
- /content/images - Allow only jpg|png|gif
- /cache - Deny all
- /system - Deny all
- /system/admin/editor - Allow all
- /system/resources - Allow all
- /themes - Deny all
- /themes/blog/css - Allow all
- /themes/blog/fonts - Allow all
- /themes/blog/images - Allow all
- /themes/blog/js - Allow all
- /themes/clean/css - Allow all
- /themes/default/css - Allow all
- /themes\default\img - Allow all
- /themes\logs\css - Allow all
Before this pull request, the 404 and 404-search templates where handled
as full HTML pages without the page context (layout).
With this pull request both pages are rendered inside the selected
themes layout. Additionally the 404 template now contains the "search
form" and the homepage link.
All Themes are already updated with the above changes.
Before this pull request, the 404 and 404-search templates where handled
as full HTML pages without the page context (layout).
With this pull request both pages are rendered inside the selected
themes layout. Additionally the 404 template now contains the "search
form" and the homepage link.
All Themes are already updated with the above changes.