Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jkselly

    (@jkselly)

    Great. Thanks for you help.

    Thread Starter jkselly

    (@jkselly)

    But why does it say it is automatically saved it to a file that does not exist?
    htaccess file is as follows.

    # Switch rewrite engine off in case this was installed under HostPay.
    RewriteEngine Off

    SetEnv DEFAULT_PHP_VERSION 5

    DirectoryIndex index.cgi index.php

    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$20 [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]
    php_value memory_limit 64M
    php_value upload_max_filesize 24M
    php_value post_max_size 24M
    php_value session.gc_maxlifetime 600

    # END WordPress

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