Title: Unknown 404 error
Last modified: September 22, 2017

---

# Unknown 404 error

 *  Resolved [ladiascporadmin](https://wordpress.org/support/users/ladiascporadmin/)
 * (@ladiascporadmin)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/unknown-404-error/)
 * Hey ! I have a major problem with my website.
 * Theme used : Twenty Seventeen
    Plugins : Akismet, amr shortcode any widget, Facebook
   Open Graph, Google+ and Twitter Card Tags, Jetpack, MailChimp for WordPress, 
   Multisite Post Duplicator, OneSignal Push Notifications, Rss Post Importer, Super
   Socializer, Theme Check, WP Super Cache Hostname : shost.ca URL: [ladiascpora.net](http://ladiascpora.net)
   Version of WordPress : 8.4.2
 * Problems encountered :
 * After having set up my site yesterday, I decided today to pass it in “multisite”
   mode to link it with other blogs. The installation seems to be working properly.
   At the end of the installation, I quickly look at how the sites react. If the
   sub-blogs have no problems, my blog (the main blog) has a 404 error for all pages,
   with the inability to modify the settings of Jetpack, saying me : “_Error updating
   parameters. SyntaxError: Unexpected token <in JSON at position 0_“.
 * I do not know what the error is. The change of status (published / draft), URL,
   creation of new pages always results in a 404. What is this due?
 * This change involves the modification of two files:
 * **htaccess**
 *     ```
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
   
       # add a trailing slash to /wp-admin
       RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
   
       RewriteCond %{REQUEST_FILENAME} -f [OR]
       RewriteCond %{REQUEST_FILENAME} -d
       RewriteRule ^ - [L]
       RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
       RewriteRule ^(.*\.php)$ $1 [L]
       RewriteRule . index.php [L]
       ```
   
 * **wp-config**
    * Pour plus d’information sur les autres constantes qui peuvent
   être utilisées * pour le déboguage, rendez-vous sur le Codex. * * [@link](https://wordpress.org/support/users/link/)
   [https://codex.wordpress.org/Debugging_in_WordPress](https://codex.wordpress.org/Debugging_in_WordPress)*/
   define(‘WP_DEBUG’, false);
 * /* Multisite */
    define( ‘WP_ALLOW_MULTISITE’, true ); define(‘MULTISITE’, true);
   define(‘SUBDOMAIN_INSTALL’, true); define(‘DOMAIN_CURRENT_SITE’, ‘ladiascpora.
   net’); define(‘PATH_CURRENT_SITE’, ‘/’); define(‘SITE_ID_CURRENT_SITE’, 1); define(‘
   BLOG_ID_CURRENT_SITE’, 1);
 * /* C’est tout, ne touchez pas à ce qui suit ! */
 * /** Chemin absolu vers le dossier de WordPress. */
    if ( !defined(‘ABSPATH’) )
   define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
 * /** Réglage des variables de WordPress et de ses fichiers inclus. */
    require_once(
   ABSPATH . ‘wp-settings.php’);
 * Thank you by advance.
    Paulin.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Funknown-404-error%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Thread Starter [ladiascporadmin](https://wordpress.org/support/users/ladiascporadmin/)
 * (@ladiascporadmin)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/unknown-404-error/#post-9519414)
 * Alright.
    Just had to change the type of permalink ^^’

Viewing 1 replies (of 1 total)

The topic ‘Unknown 404 error’ is closed to new replies.

## Tags

 * [error 404](https://wordpress.org/support/topic-tag/error-404/)
 * [multisite](https://wordpress.org/support/topic-tag/multisite/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [ladiascporadmin](https://wordpress.org/support/users/ladiascporadmin/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/unknown-404-error/#post-9519414)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
