please remove this topic

3 replies
  • WEB DESIGN
  • |
what the title says
#permalinks #structure #wordpress
  • Profile picture of the author Niche Kid
    Log into your Wordpress Admin and look down the side menu for "Settings". Under the settings menu you will see "Permalinks", select that and you will see that there is a custom structure setup for your permalinks... if the site is not receiving any traffic yet it will be safe to just remove the "under-construction" stuff.
    {{ DiscussionBoard.errors[4620071].message }}
  • Profile picture of the author iuditg
    Login to your Wordpress then

    Go to Settings --> Permalinks -- > Custom Structure and type in /%postname%/

    This would solve your problem
    {{ DiscussionBoard.errors[4620439].message }}
  • Profile picture of the author Big Gee
    hey guys thank you for the feedback. I tried to do what has been suggested but it made no change. I am trying to change the permalink structure for pages I have made, not posts (idk if that even makes a difference). I do also have this message below the permalink section which looks like it may be what is holding me back from changing the structure...maybe?

    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.

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /under-construction/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /under-construction/index.php [L]
    </IfModule>
    {{ DiscussionBoard.errors[4621638].message }}

Trending Topics