Announcement

Collapse
No announcement yet.

Permalink Issue : name of website display two times

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Permalink Issue : name of website display two times

    Hello,

    How to change the linke of product from "http://goodsbuys.com/goodsbuys.com/1111/" to "http://goodsbuys.com/1111/"? Thanks.

  • #2
    Hello: not entirely sure, but the 2 things I would check, in wordpress general settings, the url there... and 2nd, the .htaccess file on your server. It should look like this:

    # 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

    Comment


    • #3
      They are not work.

      When I set "Use Custom Post Type Linking:" ON, the Permalink show" http://goodsbuys.com/goodsbuys.com/1111/".
      When I set it OFF, the permalink show " http://goodsbuys.com/?model_number=12".
      Any idea about it? Thanks.

      Comment

      Working...
      X