• cattykool

    (@cattykool)


    Hi,

    I am a bit of a newbie but have read alot and tried to understand
    where I have gone wrong but can not see it 🙁

    ———————–
    I have set up my wordpress on /blog directory

    In the root I have this index.php:

    <?php
    /* Short and sweet */
    define(‘WP_USE_THEMES’, true);
    require(‘./blog/wp-blog-header.php’);
    ?>

    and in the /blog directory:

    <?php
    /* Short and sweet */
    define(‘WP_USE_THEMES’, true);
    require(‘./wp-blog-header.php’);
    ?>

    Thats seems OK but linking to my categories doesn’t work.

    Under Settings – General I have:

    WordPress address (URL) = http://www.fethiye-guide.com/blog
    Blog address (URL) = http://www.fethiye-guide.com

    IS THIS CORRECT ?

    ——————————-

    My permalink structure is:

    Custom = /Turkey/Fethiye/%category%/%postname%

    My .htaccess is:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    and the permission is set to 666

    You can see the result at http://www.fethiye-guide.com

    Unfortunately the links are not working – but I don’t know what I did wrong 🙁

    I notice that even though my permissions are set to 666 for the .htaccess, I still get this notice:

    “If your .htaccess file were writable, we could do this automatically …”

    Which would seem to indicate that the permissions are not set to write … BUT they are ???

    Would really appreciate anyone helping me out 🙂
    many thanks
    Dave

Viewing 4 replies - 1 through 4 (of 4 total)
  • minute44

    (@minute44)

    I used to get this problem before I moved hosts… Talk to your Hosting providers about the permissions on folders.

    Thread Starter cattykool

    (@cattykool)

    Well I have set the permissions to 777 temporarily to try and solve the problem – but I still have the same problem.

    It is not my hosting company
    ( I have my own server and know that the permissions are ok)

    Can anyone show me where I have gone wrong ?
    Thanks

    Thread Starter cattykool

    (@cattykool)

    Hi,
    First, I just realised that I am on Version 2.5

    I have changed my permissions on the .htaccess file
    to 777

    BTW this is the .htaccess in the main (root) directory

    Afterwards I changed my structure to:
    /Turkey/Fethiye/%category%/%postname%/%post_id%

    So that it definitely has a unique link.

    I STILL have the warning that 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.”

    SO IT LOOKS TO ME LIKE IT NOT WORKING 🙁

    Can anyone help me get this corrected ?
    Thanks

    Thread Starter cattykool

    (@cattykool)

    Can someone please help me on this ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘problems getting my permalinks to work – please help’ is closed to new replies.