Some issues with permalinks, htaccess, and all that.
-
Okay so here is the wp site.
https://usingallvoid.com/blog/As you can see, pages are not loading. Here is my /var/www/html/.htaccess
<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
Now if I change that to add
RewriteBase /blog/
It works, but my page title saysPage not found
Not to mention if I change certain settings such as my permalink I have to reconfigure my .htaccess file all over manually. Any suggestions?[Moderator Note: Please ensure that you are embedding links correctly in your posts.]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Some issues with permalinks, htaccess, and all that.’ is closed to new replies.