Answer the question
In order to leave comments, you need to log in
How do I get a 404 error when changing a post?
I made a CNC by writing the following code in htaccess:
AddDefaultCharset utf-8
<IfModule mod_charset.c>
CharsetDisable On
CharsetSourceEnc utf-8
CharsetDefault utf-8
</IfModule>
Options +FollowSymLinks
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ mysite/index.php?post=$1 [L,QSA]
</IfModule>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question