Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • I wish I could help on this, hope someone else can.

    I feel like GoDaddy (who I also host with) is intentionally making WordPress non-compatible.

    Cheema, I am receiving the same error.

    Do you happen to use GoDaddy for hosting?

    Thread Starter munsunc

    (@munsunc)

    Clayton,

    Added your code both ways and toggled permalinks both times.

    EX:

    SetEnv HTTP_MOD_REWRITE On
    Options +FollowSymLinks
    Options -Multiviews
    
    # BEGIN WordPress
    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /blog/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php [L]
    </IfModule>
    
    # END WordPress

    and

    # BEGIN WordPress
    
    SetEnv HTTP_MOD_REWRITE On
    Options +FollowSymLinks
    Options -Multiviews
    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /blog/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php [L]
    </IfModule>
    
    # END WordPress

    I have also tried adding the following as WordPress suggests after changing permalinks:

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

    Thanks for the help brother!

    Thread Starter munsunc

    (@munsunc)

    Hi Clayton,

    They mentioned nothing about mod_rewrite.

    Any edits I can make to fix it?

    Alexey, you did not read my post carefully.

    Try being a little nicer today my friend.

    Hello Denis,

    The AGP Font Awesome Plugin is using Version 4.3…

    Font Awesome is now at Version 4.4.0, this might be the issue.

    Font Awesome is also experiencing pressure from third parties (i.e. Facebook now has an official “fa fa-facebook-official” icon.

    If need be I can give you instructions to install it the ‘ole fashioned way’ with CDN.

    Best,

    Munzy

    James, I am experiencing a similar issue and have literally gone through the same troubleshooting as Beloveds (i.e. Rewriting .htaccess file, disabling all plugins and I am simply using the 2015 theme).

    I’m unable to change the permalinks to anything but the standard settings (which is no bueno for SEO).

    I’ve tried editing the .htaccess file to:

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

    …as it suggests, but to no avail.

    Any help would be greatly appreciated and I would love to buy you a coffee for it my friend.

    htmlfriendly.com/blog (i’m apparently PHPstupid.com :p )

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