wpvsm
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't move pages out of the /wordpress/ directoryHi,
Thanks for all the replies. I tried the last one, and STILL couldn’t make it work. Eventually I realised that the problem was that I was using WPML to translate, and somehow I think I had told it not to show any French pages…. I haven’t managed to sort out the correct settings yet, but having deactivated the extension I can find the website in the right place. I couldn’t see what I had been doing wrong, and it obviously wasn’t directly to do with changing the directories.
Again, thanks for all the help
CharlotteForum: Fixing WordPress
In reply to: Can't move pages out of the /wordpress/ directoryHi,
Thanks so much.
No: no reason. I’ll try that. Is there anywhere you can point me as to how to do that? (is it as simple as just changing the settings on the wp admin??)
Thanks again for your help
CharlotteForum: Fixing WordPress
In reply to: Can't move pages out of the /wordpress/ directoryOoh, thank you so much for replying. I have htaccess, so I assume Apache.
How do I know that it has the proper configuration?(!): is it this?RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www.)?YourDomain.com$
RewriteRule ^(/)?$ blog [L]… so:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www.)?coolaroo.eu$
RewriteRule ^(/)?$ blog [L]??
Mine says:
# 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
<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
# 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
# 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
# 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
# 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
# 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
… and it’s in the root, rather than in the wordpress directoryThanks again
CharlotteForum: Fixing WordPress
In reply to: Can't move pages out of the /wordpress/ directoryHi, I am still stuck with this and am despairing of where to go to try and find a solution: any suggestions gratefully receieved. I have obviously set some setting somewhere that I don’t know about, but I can’t think where else to try.
Thanks
CharlotteForum: Fixing WordPress
In reply to: Can't move pages out of the /wordpress/ directoryHi,
I am still trying and failing to do this: I have deleted everything, reinstaalled, retried everything that I can find advice on, and yet I’m still stuck. It’s definitely right in the datbase wp options, and on the settings page, but seems to be ignoring me…
I’d be really grateful for any possible solutions
ThanksForum: Fixing WordPress
In reply to: Can't move pages out of the /wordpress/ directoryHi,
Thanks a lot. I had previously tried to follow those instructions, and I have just rechecked… but still not right: can you think of any other way I can try?
Regards