therealmorris
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Themes and Templates
In reply to: Codex: Creating a Child Theme from a Modified Existing ThemeOk thank you, I must admit that until I logged in there I was unaware the codex is user editable at all, or that there is a discussion page which might have been a more appropriate location for this question!
Forum: Fixing WordPress
In reply to: Posts on site homepage not found when permalinks turned onAs far as I know it is Linux hosting, and I think mod_rewrite works as when I set the custom structure permalinks in that format work fine, it’s just the homepage that doesn’t work.
This is the site home page with “the loop” on. At the moment WordPress is set to default permalinks, shall I turn it to my custom structure?
Forum: Fixing WordPress
In reply to: Posts on site homepage not found when permalinks turned onNo, never saw any message like that. When it is to the custom structure as I want it, the .htaccess in /blog looks like this:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule> # END WordPressI tried putting the same .htaccess in my site root as well but that didn’t seem to help.
Viewing 3 replies - 1 through 3 (of 3 total)