Results 1 to 4 of 4

Thread: Wordpress - Permalinks - Friendly Urls?

  1. #1
    Wannabe Geek bober's Avatar
    Join Date
    Aug 2010
    Location
    Dublin - Ireland
    Posts
    250
    Post Thanks / Like

    Default Wordpress - Permalinks - Friendly Urls?

    Hi,

    I've be trying yo create 'friendly' urls for my site? BUT keep getting a 404 page fault everything time I try! Any have any advise on this, I need 'friendly' urls for page & categories. Image attached of what I'm doing, thanks.

    I've tried lots of variants but but it's not working out! so annoying.!

    permalinks.jpg

  2. #2
    Web Slave blacknight's Avatar
    Join Date
    Jan 2006
    Location
    Ireland
    Posts
    9,998
    Post Thanks / Like

    Default

    Do you have a blank .htaccess in the web root CHMOD 666 (ie. writable via the server)

    OR

    Have you manually created a .htaccess with the rewrite rules that WP is giving you?

  3. #3
    Wannabe Geek Kieran's Avatar
    Join Date
    Oct 2008
    Location
    Cork, Ireland
    Posts
    260
    Post Thanks / Like

    Default

    Try /index.php/%postname%/

    The particular install may demand this depending on the path of the overall installation.
    All the best

    Kieran
    Cork Website Design

  4. #4
    Wannabe Geek php.allstar's Avatar
    Join Date
    Apr 2009
    Location
    Monamolin, Gorey, Co. Wexford
    Posts
    405
    Post Thanks / Like

    Default

    To elaborate on blacknight's post, you should have a .htaccess file in your root directory with these entries:

    # 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

Similar Threads

  1. Wordpress - Permalinks - Friendly Urls?
    By bober in forum Webmaster Discussion
    Replies: 0
    Last Post: 27-01-2011, 10:01 PM
  2. Replies: 1
    Last Post: 26-02-2009, 04:30 PM
  3. SEO - short URLs vs longer PHP URLs
    By niky in forum Search Engine Optimisation
    Replies: 1
    Last Post: 25-07-2008, 01:42 PM
  4. WP Permalinks
    By Cormac in forum Blogs & Blogging
    Replies: 9
    Last Post: 13-04-2007, 06:40 AM

Visitors found this page by searching for:

wordpress friendly urls not working

wordpress friendly url

is wordpress successfully supported by blacknight host provider

wordpress friendly url not working

friendly links html wordpress

wordpress friendly urls do not work

wordpress permalinks blacknight

blacknight wordpress permalinks

wordpress postname not working rewrite htaccess

wordpress friendly url html

wordpress premalinks

blacknight.ie wordpress permalinksbwordpress friendy urls not workingwp friendly urlswordpress cms friendly urlwordpress pretty url attachmentwordpres friendly url pathswordpress permalinks blacknight htaccessblacknight wordpresswordpress friendly links .htmlwordpress friendly url .htaccess postname year rewritecondwordpress friendly url not working 404blacknight hosting .htaccess not writablewp permalink share friendly urlblacknight htaccess not working

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •