Permalinks Not Working
-
Hi,
I Installed WordPress into a sub-directory of a Joomla! based website and then enabled permalinks. However, when I copy and paste the edits I need to make to my .htaccess file and save them, all of the links to my Joomla! site show an error 404 page (apart from the home page link, which works fine) and the permalinks from my blog work fine. If I then remove the text I added to the .htaccess file and save it, my website links all work fine but the permalinks show an error 404 page instead.
Other info:
I want to use
/%postname%/
as my permalink styleThe text I added to my .htaccess file is:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wildlife-and-nature-photography-blog/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wildlife-and-nature-photography-blog/index.php [L] </IfModule>
The Joomla! website address is: https://www.johnstuartclarke.co.uk/
WordPress was installed in: https://www.johnstuartclarke.co.uk/wildlife-and-nature-photography-blog/
Can anyone help me to work out what the problem is?
Many thanks
John
- The topic ‘Permalinks Not Working’ is closed to new replies.