Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter yalla phani

    (@yalla-phani)

    #RewriteEngine On
    #RewriteBase /
    #RewriteRule ^index\.php$ - [L]
    
    # multi-site rewrite rules
    # uploaded files
    #RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
    
    # add a trailing slash to /wp-admin
    #RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    
    #RewriteCond %{REQUEST_FILENAME} -f [OR]
    #RewriteCond %{REQUEST_FILENAME} -d
    #RewriteRule ^ - [L]
    #RewriteRule  ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    #RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    #RewriteRule . index.php [L]
    
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule . index.php [L]
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /news/%year%/%monthnum%/%postname%/ [L]
    </IfModule>
    # END WordPress

    Hi i have multi worpresssite in my child site if add the post in the page they does not appear in the page. is there any helpe for me

    Regard
    phani

    Hi we can change file permission using ftp(like filezilla) right click the file display file permission options
    then you can change according your requirement.

    regards
    phani

    hi in my wordpress site display error “Please make sure your .htaccess file is writeable ” i change my .htacess file permissions after the message display again

    any ideas

    thanks

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