Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter jwwceo

    (@jwwceo)

    I’ve tried a bunch of alt’s to display:block…nothing seems to work… any tips on exactly what chages to make…

    the “(#)” doen’t appear to be in any within the same ul or li as anything else so it’s kinda hard to format.

    Where would I find the function file to just modify it so the numbers ae included in the same format at the category…is that possible???

    Thread Starter jwwceo

    (@jwwceo)

    thanks! [email protected] is my email.

    Thread Starter jwwceo

    (@jwwceo)

    My htaccess is the same after I change the permalinks structure…

    it looks like this both times…

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

    # END WordPress

    The permission is set to 666 when I look at that file through FTP. htaccess is within the root directory…

    So would it work if I just wrote my own rules in htaccess??? It wouldn’t auto-update but that’s ok with me for now… I know it’s a hack, but I just want this to be finished…

    JW

    Thread Starter jwwceo

    (@jwwceo)

    I have tried making my own structure as well as using the 2 or 3 common entries on the permalinks page. From what I understand, any of those should work right???

    In terms of my hsot. It’s my buddy and he’s very competent. I’ve told him that 1. mod rewrite needs to be on 2. Allow overide is on for this directory and 3. ( I did this myself through FTP) htaccess needs to be writeable. Is there anything else the server needs???

    Is there any way to test these settings through a browser or simple php script?

    This is super frustrating….

    Thread Starter jwwceo

    (@jwwceo)

    Yes, thank you. That worked great. A little geeky doesn’t bother me… ??

    Thread Starter jwwceo

    (@jwwceo)

    So I just cheked with my host and mod-rewrite is on…

    anybody see anything like this before…

    Thread Starter jwwceo

    (@jwwceo)

    No. I just changed them from the ugly links yesterday to allow for a Flickr plugin. they require non-default. I will email my host and make sure it is enabled….and post back…that is all I can think of too…

    Thread Starter jwwceo

    (@jwwceo)

    I have tried all those options and still none of the links work…

    any other ideas…

    Thread Starter jwwceo

    (@jwwceo)

    I’m not sure I’m getting this… it sounds like if I change my permalink structure I need to also modify my httaccess file…and that wordpres will generate the text I need to do this when I create the permalink structure..

    based on this from the permalink page..

    When you create a permalink structure, WordPress will generate rewrite rules and attempt to insert them into the proper .htaccess file. If it can’t, it will print the rules out for you to copy and paste into your .htaccess file.

    where does it print the rules I need????

    Thread Starter jwwceo

    (@jwwceo)

    My httaccess has the following:

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

    # END WordPress

Viewing 10 replies - 1 through 10 (of 10 total)