The requested URL /about was not found on this server
snippet in htaccess
The requested URL /about was not found on this server
user5739
# 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 WordPress
The requested URL /about was not found on this server
user4222
/index.php/%year%/%monthnum%/%day%/%postname%/