changing Permalinks
-
Hi Guys,
I have a VPS and hosting couple of sites, however I have a common issues in all the sites, eventhough all has separate wordpress installed, separately
I would like to Post name:?https://thana.elsaadouni.com/sample-post/
But now I get 404 error and I force to use Plain:?https://thana.elsaadouni.com/?p=123.the .haccess has the below values (/var/www/thana.elsaadouni/html)
# 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 WordPressAny one has suggestion on how to resolve this.
It is frustrating it start happening since WordPress got all this new stuff
- The topic ‘changing Permalinks’ is closed to new replies.