On default permalinks of Wordpress instalation look like ?p= .
To make them more SEO friendly e.g. URLs in a form of /../ one need to change the settings of
permalinks in WP instalation.
The best is the form http://site/postname
( and this could go in conjunction to a plugin that makes the postnames short ).
Here is the code for .htaccess file if it is not updated automatically :
<ifmodule>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</ifmodule>
Subscribe to:
Post Comments (Atom)
0 comments: