The MU forums have moved to WordPress.org

Site Url return back to homepage (1 post)

  1. baburaj@securenext.net
    Member
    Posted 14 years ago #

    Hi All

    http://importportal.nl/facility-management/risk-management-projecten-risman/risman-project-risico-management-succesfactoren-en-valkuilen/

    when i click any one articles it redirects to me Homepage

    i changed the .htaccess & also changed the Permalink Settings as "Custom Structure" /%category%/%postname%/

    In .htaccess i changed to
    RewriteEngine On
    RewriteBase /

    RewriteCond %{HTTP_HOST} ^www\.(.*)
    RewriteRule ^(.*) http://%1/$1 [R,L]

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    RewriteRule ^(.+)$ $1/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule . - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

    is there any one help me that would be gr8

    Thanks

About this Topic

  • Started 14 years ago by baburaj@securenext.net