Yes, you helped me change to a custom menu so the menu reflects the name of the pages.
I went to Permalink Settings > Common Settings and found the Month and Name option was selected. The unchangeable part is http://www.intlrr.co...01/sample-post/
I selected Custom Structure. The unchangeable part is http://www.intlrr.com/htdocs. The changeable part is /%year%/%monthnum%/%postname%/. When I saved changes, I reveived a message "You should update.htaccess now".
I located .htaccess at the bottom of the Permalink Settings page. It says:
If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.
I selected all, copied, and pasted. Here are the contents of that block.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /htdocs/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /htdocs/index.php [L]
</IfModule>
What updates or changes to the Permalink Settings page do I need to make?