Title: infuser's Replies | WordPress.org

---

# infuser

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [W3 Total Cache Problem](https://wordpress.org/support/topic/w3-total-cache-problem-3/)
 *  Thread Starter [infuser](https://wordpress.org/support/users/infuser/)
 * (@infuser)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/w3-total-cache-problem-3/#post-3032915)
 * Just solved the problem! Final result: Pingdom score 92 and website loading between
   500ms-1.5s Just paste this code to your .htaccess
    # BEGIN Compress text files
   <ifModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html text/plain text/
   xml application/xml application/xhtml+xml text/css text/javascript application/
   javascript application/x-javascript </ifModule> # END Compress text files
 * # BEGIN Expire headers
    <ifModule mod_expires.c> ExpiresActive On ExpiresDefault“
   access plus 5 seconds” ExpiresByType image/x-icon “access plus 2592000 seconds”
   ExpiresByType image/jpeg “access plus 2592000 seconds” ExpiresByType image/png“
   access plus 2592000 seconds” ExpiresByType image/gif “access plus 2592000 seconds”
   ExpiresByType application/x-shockwave-flash “access plus 2592000 seconds” ExpiresByType
   text/css “access plus 604800 seconds” ExpiresByType text/javascript “access plus
   216000 seconds” ExpiresByType application/javascript “access plus 216000 seconds”
   ExpiresByType application/x-javascript “access plus 216000 seconds” ExpiresByType
   text/html “access plus 600 seconds” ExpiresByType application/xhtml+xml “access
   plus 600 seconds” </ifModule> # END Expire headers
 * # BEGIN Cache-Control Headers
    <ifModule mod_headers.c> <filesMatch “\.(ico|jpe?
   g|png|gif|swf)$”> Header set Cache-Control “public” </filesMatch> <filesMatch“\.(
   css)$”> Header set Cache-Control “public” </filesMatch> <filesMatch “\.(js)$”
   > Header set Cache-Control “private” </filesMatch> <filesMatch “\.(x?html?|php)
   $”> Header set Cache-Control “private, must-revalidate” </filesMatch> </ifModule
   > # END Cache-Control Headers
 * # BEGIN Turn ETags Off
    FileETag None # END Turn ETags Off
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changing Default User Profile Location](https://wordpress.org/support/topic/changing-default-user-profile-location/)
 *  Thread Starter [infuser](https://wordpress.org/support/users/infuser/)
 * (@infuser)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/changing-default-user-profile-location/#post-3020496)
 * 1) Yes, I want users to have access to their profile, but not the Dashboard.
   
   2) I wonder if I should just stick with front-end posting while using CAPTCHA;
   though there might be a problem with security.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changing Default User Profile Location](https://wordpress.org/support/topic/changing-default-user-profile-location/)
 *  Thread Starter [infuser](https://wordpress.org/support/users/infuser/)
 * (@infuser)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/changing-default-user-profile-location/#post-3020456)
 * mbrsolution, I really appreciate your suggestion, but most plugins either block
   the Dashboard completely or add field to profile located in the Admin area. I
   used a custom template that did just that: instead of Dashboard, when clicking
   on Profile link, user was redirected to a page where Post Archives (for that 
   particular user) were displayed. Unfortunately, that template did not have the
   flexibility I need. I hope this makes sense.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP User Control] [Plugin: WP User Control] Missing Account/Profile link](https://wordpress.org/support/topic/plugin-wp-user-control-missing-accountprofile-link/)
 *  [infuser](https://wordpress.org/support/users/infuser/)
 * (@infuser)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-user-control-missing-accountprofile-link/#post-2750407)
 * This plugin is EXACTLY what I was looking for: simple design and great functionality!
   But I do have a similar question as MaureenT: The _Profile_ link, when logged
   in as a regular user, leads to wp-admin/profile.php or Dashboard. I just started
   using Wordress and have no idea how to edit the _Profile_ link so it will redirect
   users to a custom page. You did mention _Custom Link_, but even when I add it
   the _Profile_ link is still there; can I maybe delete profile.php altogether?
   If so, how would I do that? I would really appreciate any help. Thank you!

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