| bio | website | |
|---|---|---|
| location | Brighton, United Kingdom | |
| age | 48 | |
| visits | member for | 2 years, 3 months |
| seen | Feb 28 at 6:59 | |
| stats | profile views | 17 |
Web designer/ developer since 1998. Chess player. Wordpress newbie but loving it. Husband and father. Sci-fi fan.
|
Oct 18 |
comment |
can database and media folder be moved to a different drive? Thanks, it was mainly MySQL I was worried about, I have a test installation I can later so I will try it out there. Many thanks again. |
|
Oct 12 |
asked | can database and media folder be moved to a different drive? |
|
Feb 9 |
comment |
Pages not found after SQL import Ok, I had omitted to change the AllowOverride directive in httpd.conf, which needs to read AllowOverride All under directory: Options FollowSymLinks AllowOverride All and under document root: # ... other directives... AllowOverride All - I'll answer with this just as soon as I am allowed. |
|
Feb 9 |
revised |
Pages not found after SQL import added 241 characters in body |
|
Feb 9 |
comment |
Pages not found after SQL import# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress |
|
Feb 9 |
comment |
Pages not found after SQL import Anything but the default fails. I had it set to postname but anything other than domain.xxx.xx/?p=123 fails. |
|
Feb 9 |
comment |
Pages not found after SQL import Yes I can indeed |
|
Feb 9 |
asked | Pages not found after SQL import |
|
Feb 9 |
accepted | Memory issues - Fatal error: out of memory - plugins? |
|
Jan 19 |
comment |
Memory issues - Fatal error: out of memory - plugins? Thanks Chip, I was thinking along these lines but wasn't aware of this plug-in. Much appreciated. |
|
Jan 19 |
comment |
Memory issues - Fatal error: out of memory - plugins? Perhaps the person who downvoted this could say why? I've spent hours researching various aspects of this issue but obviously that didn't come across clearly enough in what I wrote. |
|
Jan 19 |
accepted | Can only get one of two custom menus to display |
|
Jan 19 |
accepted | Quick login from mobile phone |
|
Jan 19 |
awarded | Scholar |
|
Jan 19 |
accepted | References to other site everywhere in Wordpress site |
|
Jan 18 |
comment |
Memory issues - Fatal error: out of memory - plugins? Thanks Chip. I'll deal with that. I don't think its a duplicate though. |
|
Jan 18 |
asked | Memory issues - Fatal error: out of memory - plugins? |
|
Dec 28 |
awarded | Popular Question |
|
Nov 4 |
comment |
How can I alter the visible menu according to which level I am on Thanks for this answer. Haven't had a chance to try it out yet but hopefully will in the next few days |
|
Nov 2 |
revised |
How can I alter the visible menu according to which level I am on added 34 characters in body |