Title: 404 errors
Last modified: August 30, 2016

---

# 404 errors

 *  Resolved [Manuel345](https://wordpress.org/support/users/manuel345/)
 * (@manuel345)
 * [11 years ago](https://wordpress.org/support/topic/404-errors-66/)
 * Hi,
    About a 100 404 errors are logged daily in my website from Tag Groups, specifically
   for this: **/etiqueta/-groups/css/style.css**. I’m not using “tag” as the base
   name; instead i use “etiqueta” (in Spanish).
 * [https://wordpress.org/plugins/tag-groups/](https://wordpress.org/plugins/tag-groups/)

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

 *  [Christoph](https://wordpress.org/support/users/camthor/)
 * (@camthor)
 * [11 years ago](https://wordpress.org/support/topic/404-errors-66/#post-6244536)
 * The file “style.css” is only used for the admin backend. The path for inclusion
   is set relatively to the plugin directory, with “css/style.css” appended:
 *     ```
       wp_register_style( 'tag-groups-css-backend', plugins_url('css/style.css', __FILE__) );
       ```
   
 * I don’t see any reason why WP would change the name of the plugin directory “
   tag-groups” to “etiqueta/-groups”. It looks like somewhere a function is replacing
   the word “tag” in the path with “etiqueta/”.
 * How do you change the base name to “etiqueta”? Do you use a plugin, or do you
   have some own code in your .htaccess file?
 *  Thread Starter [Manuel345](https://wordpress.org/support/users/manuel345/)
 * (@manuel345)
 * [11 years ago](https://wordpress.org/support/topic/404-errors-66/#post-6244599)
 * Hi,
    I changed the default “tag” in Settings > Permalinks, where you can set 
   either the category or tag base name. No plugin, no htaccess was necessary.
 * Thanks for your quick reply!
 *  [Christoph](https://wordpress.org/support/users/camthor/)
 * (@camthor)
 * [11 years ago](https://wordpress.org/support/topic/404-errors-66/#post-6244629)
 * I’ve now tested again with a custom “Tag base” in the Permalink settings but 
   I cannot reproduce the error. Are you sure
    1. your .htaccess file is still the original file? (Can you open it in an editor
       and check if there are mentions of “tag” or “etiqueta”?)
    2. there is no other plugin active that rewrites URLs or changes the way CSS are
       handled? (Maybe disable other plugins if it makes a difference)
 *  Thread Starter [Manuel345](https://wordpress.org/support/users/manuel345/)
 * (@manuel345)
 * [11 years ago](https://wordpress.org/support/topic/404-errors-66/#post-6244673)
 * I found the problem. There was indeed an htaccess rule left behind in the previous
   incarnation of the site. Thanks for pointing the way!
 *  [Christoph](https://wordpress.org/support/users/camthor/)
 * (@camthor)
 * [11 years ago](https://wordpress.org/support/topic/404-errors-66/#post-6244682)
 * You are welcome!

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

The topic ‘404 errors’ is closed to new replies.

 * ![](https://ps.w.org/tag-groups/assets/icon-256x256.png?rev=2853023)
 * [Tag Groups is the Advanced Way to Display Your Taxonomy Terms](https://wordpress.org/plugins/tag-groups/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tag-groups/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tag-groups/)
 * [Active Topics](https://wordpress.org/support/plugin/tag-groups/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tag-groups/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tag-groups/reviews/)

## Tags

 * [etiqueta](https://wordpress.org/support/topic-tag/etiqueta/)
 * [tag](https://wordpress.org/support/topic-tag/tag/)

 * 5 replies
 * 2 participants
 * Last reply from: [Christoph](https://wordpress.org/support/users/camthor/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/404-errors-66/#post-6244682)
 * Status: resolved