how can we use the permalink (Post name) in wordpress..?

Dear me alredy have mensioned that in permalink settings..butt still when me open the my page its was show 404 page error..
thanx

i see..
One thing i can think of is that u're permalink settings are not updated. Many a times if u've hosted on a windows server and your htacess is not writeable wordpress gives u an error saying that your permalinks could not be updated coz htaccess is not writeable. In that case you need to create a web.config and addin whaterver wordpress gives you.

Is that the reason?

Dear me did nt have any knwldge abt wordpress.. i m new in word press .. as u said can u help me?

me also add this in .htaccess file..

BEGIN WordPress

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

END WordPress
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.