Title: munsunc's Replies | WordPress.org

---

# munsunc

  [  ](https://wordpress.org/support/users/munsunc/)

 *   [Profile](https://wordpress.org/support/users/munsunc/)
 *   [Topics Started](https://wordpress.org/support/users/munsunc/topics/)
 *   [Replies Created](https://wordpress.org/support/users/munsunc/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/munsunc/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/munsunc/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/munsunc/engagements/)
 *   [Favorites](https://wordpress.org/support/users/munsunc/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Error message](https://wordpress.org/support/topic/error-message-446/)
 *  [munsunc](https://wordpress.org/support/users/munsunc/)
 * (@munsunc)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/error-message-446/#post-6397485)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Error message](https://wordpress.org/support/topic/error-message-446/)
 *  [munsunc](https://wordpress.org/support/users/munsunc/)
 * (@munsunc)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/error-message-446/#post-6397463)
 * Cheema, I am receiving the same error.
 * Do you happen to use GoDaddy for hosting?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Unable to change Permalinks to anything but standard](https://wordpress.org/support/topic/unable-to-change-permalinks-to-anything-but-standard/)
 *  Thread Starter [munsunc](https://wordpress.org/support/users/munsunc/)
 * (@munsunc)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/unable-to-change-permalinks-to-anything-but-standard/#post-6385900)
 * 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!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Unable to change Permalinks to anything but standard](https://wordpress.org/support/topic/unable-to-change-permalinks-to-anything-but-standard/)
 *  Thread Starter [munsunc](https://wordpress.org/support/users/munsunc/)
 * (@munsunc)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/unable-to-change-permalinks-to-anything-but-standard/#post-6385895)
 * Hi Clayton,
 * They mentioned nothing about mod_rewrite.
 * Any edits I can make to fix it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AGP Font Awesome Collection] fa-calculator missing](https://wordpress.org/support/topic/fa-calculator-missing/)
 *  [munsunc](https://wordpress.org/support/users/munsunc/)
 * (@munsunc)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/fa-calculator-missing/#post-6384170)
 * Alexey, you did not read my post carefully.
 * Try being a little nicer today my friend.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AGP Font Awesome Collection] fa-calculator missing](https://wordpress.org/support/topic/fa-calculator-missing/)
 *  [munsunc](https://wordpress.org/support/users/munsunc/)
 * (@munsunc)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/fa-calculator-missing/#post-6384127)
 * 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
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [All links broken after 4.3.2 update](https://wordpress.org/support/topic/all-links-broken-after-432-update/)
 *  [munsunc](https://wordpress.org/support/users/munsunc/)
 * (@munsunc)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/all-links-broken-after-432-update/#post-6371466)
 * 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)