Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 943089
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T22:22:49+00:00 2026-05-15T22:22:49+00:00

I’ve recently installed WordPress and can’t seem to get the website to display friendly

  • 0

I’ve recently installed WordPress and can’t seem to get the website to display friendly URLs no matter what settings I use inside the Dashboard or in an .htaccess file. I’ve tried numerous versions of WordPress and still can’t achieve what I need, despite succeeding on hosts other than Concentric/XO, any idea why?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T22:22:50+00:00Added an answer on May 15, 2026 at 10:22 pm

    Update: I released a plugin that does all of this for you. However, you still need to follow the steps for the .htaccess file. Have a look here: http://wordpress.org/extend/plugins/permalink-fix-disable-canonical-redirects-pack/

    Follow these steps before you attempt to install WordPress for the first time. If you have already installed it, start over.

    To get Permalinks working you need to create a .htaccess file, WordPress can’t do this automatically on this host. Here is what the basic .htaccess file should look like:

    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
    

    Make sure you create this file using an editor that allows for unix formatting (like PSPad, or VIM, Textmate, etc.), using notepad will give you a parsing error – it has something to do with invisible end of file characters(CLRF). Make sure the last rule has a hard return after it, it’s required. .htaccess files are cached for up to 15 minutes so you may have to wait for it to kick in.

    Next you’ll need to edit your wp-settings.php file so open that up in your editor. Add the following code right above the closing ?> php tag:

    if(isset($_REQUEST['q'])) {
    $_SERVER['REQUEST_URI'] = "/" . $_REQUEST["q"];
    }else{
    if (empty($_SERVER['QUERY_STRING'])) {
    $_SERVER['REQUEST_URI'] = $_SERVER['SCRIPT_NAME'];
           } else {
    $_SERVER['REQUEST_URI'] = $_SERVER['SCRIPT_NAME'] . "?" .
    $_SERVER['QUERY_STRING'];
           }
    }
    

    If someone can write that block of code more cleanly feel free, I’m not an expert PHP programmer.

    Once that block of code is in place you can proceed to run the install.

    Now that WordPress is installed you’ll have to do one more thing before you can start blogging:

    Create a new file called: disable-canonical-redirects.php and upload it to the wp-content/plugins directory.

    Drop this block of code into that file:

    <?php
        /*
        Plugin Name: Disable Canonical URL Redirection
        Description: Disables the "Canonical URL Redirect" features of WordPress 2.3 and above.
        Version: 1.0
        Author: Mark Jaquith
        Author URI: http://markjaquith.com/
        */
    
        remove_filter('template_redirect', 'redirect_canonical');
    
    ?>
    

    Now you need to enable that plugin, go to the Admin login page:
    example.com/wp-login

    Enable the plugin you created. That’s it, you’re on a horse.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to understand how to use SyndicationItem to display feed which is
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I used javascript for loading a picture on my website depending on which small
I have a jquery bug and I've been looking for hours now, I can't
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I want use html5's new tag to play a wav file (currently only supported
In my XML file chapters tag has more chapter tag.i need to display chapters
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
Does anyone know how can I replace this 2 symbol below from the string
I'm trying to use string.replace('’','') to replace the dreaded weird single-quote character: ’ (aka

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.