Martin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Different websites in different subfolders of my webspaceI’ve put added the text you suggest to the htaccess file, but it still doesn’t work
If I go to consciouscacao.uk it goes to my site and consciouscacao.uk is in the menu bar. As soon as I link to a different page it is no longer there
Forum: Fixing WordPress
In reply to: Different websites in different subfolders of my webspaceI’ve found the htaccess file. I can’t see how to attach files here so here’s the text:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Different websites in different subfolders of my webspaceps eventually I want to point https://www.bakabeyond.net to the site in the wordpress folder
Forum: Fixing WordPress
In reply to: Different websites in different subfolders of my webspaceI’ve checked through the wordpress folder on my ftp space and there’s nothing called “.htaccess” as far as I can see. Is it in one of the other folders within the wordpress folder?
The reason I didn’t make a folder called “consciouscacao” was because this is just a domain I own that wasn’t pointing anywhere, so I used it to see what would happen if it pointed to the site. My domain bakabeyond.net at the moment is pointing to an older site I built that I want to change to a wordpress site, but wanted to keep live until the wordpress site was ready. I realised very soon after making the first fewq pages that if I changed the folder name it would mess up all the links, so have left it called “wordpress”.Yes I can have several domains. The sites that I host are in their own folders with the domain pointing to that folder, eg https://www.bakabeyond.net is the same site as https://www.baka.co.uk/bakab/
Please tell me where to find the htaccess file
Forum: Fixing WordPress
In reply to: Different websites in different subfolders of my webspaceI’ve checked with 1and1 and yes, root folder is called /. and the site is Linux hosted.
Forum: Fixing WordPress
In reply to: Different websites in different subfolders of my webspaceAs far as I can see the root folder is called /. I use a mac, but the servers are run by the IPS which is 1 and 1. I’ll call them tomorrow to find out what they use.