x00
MVPx00 MVP
Reactions
-
Re: Sitemap plugin help
The importance of sitemaps is diminishing, and it also can be quite negative if done wrong (dead links, etc). The plugin is useful if you have just launched a site in a directory. The plugin doesn't … (View Post)1 -
Re: Vanilla not auto-loading index.php file
You want to prevent directly listing anyway https://wiki.apache.org/httpd/DirectoryListings See the information about DirectoryIndex You wan to configure your server rule properly rather than rely on… (View Post)1 -
Re: "Page not found" in Safari for embedded forum with UTF8 category names
You can remove BOM with cd /your/forum/dirgrep -orHbm1I "^`echo -ne '\xef\xbb\xbf'`" . | sed '/:0:/!d;s/:0:.*//' (View Post)2 -
Re: Disable @ mentions
sure conf/config.php add $Configuration['Garden']['Format']['Mentions'] = FALSE; You can also disable hashtags with $Configuration['Garden']['Format']['Hashtags'] (View Post)1 -
Re: "Page not found" in Safari for embedded forum with UTF8 category names
https://validator.w3.org/check?uri=http%3A%2F%2Fiorff.com%2Fforum%2Findex.php&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.3+http%3A%2F%2Fval… (View Post)1