1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

“page not found” errors

Discussion in 'Google Analytics' started by kertoon, Jul 19, 2014.

  1. #1
    I find that the reported errors is because the permalinks are different. It shows as day and name setting, while currently my permalink setting is post name. I have just click save changes. And i have the following code in my .htaccess file:

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

    What should I do now? Should I reset my permalinks to day and name?
     
    kertoon, Jul 19, 2014 IP