Permalinks and htaccess issues
-
Hi. I am new to WordPress, having just migrated from another blogging software. Everything is up and running just fine, except if I wish to use permalinks. If I try switching to permalinks, update the structure and insert and .htaccess file, I end up with a 404 error.
Apache version 1.3.37 (Unix)
PHP version 4.4.4
MySQL version 4.1.21-standardI have checked with my host and mod_rewrite is enabled by default.
What I put in my .htaccess file is this:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>I tried alternately placing the .htaccess in the root of the site, then in the /blog/ directory where the index.php file is located. No go.
I am totally clueless at this point about where to go from here. I have reverted to the default link structure for the time being, but I’m hoping that with some help I can get permalinks working.
The url of the site is https://benoitbisson.com
- The topic ‘Permalinks and htaccess issues’ is closed to new replies.