Search found 2 matches

by kotep
Thu Jan 10, 2019 3:12 am
Forum: General
Topic: Home page 404s when URL filter set for pages
Replies: 3
Views: 2240

Re: Home page 404s when URL filter set for pages

I tested it both on my localhost and on my public site, by editing the .htaccess to this: AddDefaultCharset UTF-8 <IfModule mod_rewrite.c> # Enable rewrite rules RewriteEngine on # Base directory RewriteBase /bludit/ #These lines added RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} (...
by kotep
Thu Jan 10, 2019 12:07 am
Forum: General
Topic: Home page 404s when URL filter set for pages
Replies: 3
Views: 2240

Home page 404s when URL filter set for pages

I noticed this first on my site, but then downloaded a copy of Bludit to run locally and found that the issue existed there too. If I set a URL filter for Pages (for example, "/post/" to make the URLs the same as my old Nibbleblog URLs) the home page gives me a Page Not Found error. This h...