Michael C

Member

Forum Replies Created

  • In reply to: Awesome Flickr Gallery shifting Admin Custom Css Box

    #38461

    my post link in AFG forum :

    This current version (3.3.6) was downloaded from a link provided by the author.

    https://github.com/ronakg/Awesome-Flickr-Gallery/downloads

    As the developer stated that the WordPress rules for plugins was too restrictive.

    In reply to: Awesome Flickr Gallery shifting Admin Custom Css Box

    #38458

    Thanks for the reply. I haven’t added any additional CSS in the plugins field. So perhaps it is just some default insertion.

    I just posted in the AFG plugin issue forum and see what info comes from it.

    In reply to: Changed root directory

    #32680

    So to fix my main page i just had to remove the redirect from the host and it is working just fine, Thanks again you were extremely helpful.

    Michael

    In reply to: Changed root directory

    #32679

    admin is working, just have the front page not loading. thanks for the help.

    In reply to: Changed root directory

    #32678

    so it seems i can get into the page but not the admin now

    http://mk9.org/mk/past-shows/

    if i try and go to the front page that’s where the directing error comes in.

    Pretty much back at the same place i was last night, but one problem down one to go 🙂

    In reply to: Changed root directory

    #32677

    ok here is something

    [Fri Sep 21 15:50:59 2012] [alert] [client 99.20.131.253] /home4/mkninorg/public_html/mk/.htaccess: RewriteBase: argument is not a valid URL

    looks like some progress.

    i changed the RewriteBase mk9.org//mk/ to RewriteBase /mk/

    # BEGIN W3TC Browser Cache
    <IfModule mod_deflate.c>
    <IfModule mod_setenvif.c>
    BrowserMatch ^Mozilla/4 gzip-only-text/html
    BrowserMatch ^Mozilla/4.0[678] no-gzip
    BrowserMatch bMSIE !no-gzip !gzip-only-text/html
    BrowserMatch bMSI[E] !no-gzip !gzip-only-text/html
    </IfModule>
    <IfModule mod_headers.c>
    Header append Vary User-Agent env=!dont-vary
    </IfModule>
    <IfModule mod_filter.c>
    AddOutputFilterByType DEFLATE text/css application/x-javascript text/x-component text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon
    </IfModule>
    </IfModule>
    <FilesMatch ".(css|js|htc|CSS|JS|HTC)$">
    FileETag None
    <IfModule mod_headers.c>
    Header set X-Powered-By "W3 Total Cache/0.9.2.4"
    </IfModule>
    </FilesMatch>
    <FilesMatch ".(html|htm|rtf|rtx|svg|svgz|txt|xsd|xsl|xml|HTML|HTM|RTF|RTX|SVG|SVGZ|TXT|XSD|XSL|XML)$">
    FileETag None
    <IfModule mod_headers.c>
    Header set X-Powered-By "W3 Total Cache/0.9.2.4"
    </IfModule>
    </FilesMatch>
    <FilesMatch ".(asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip|ASF|ASX|WAX|WMV|WMX|AVI|BMP|CLASS|DIVX|DOC|DOCX|EOT|EXE|GIF|GZ|GZIP|ICO|JPG|JPEG|JPE|MDB|MID|MIDI|MOV|QT|MP3|M4A|MP4|M4V|MPEG|MPG|MPE|MPP|OTF|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|PDF|PNG|POT|PPS|PPT|PPTX|RA|RAM|SVG|SVGZ|SWF|TAR|TIF|TIFF|TTF|TTC|WAV|WMA|WRI|XLA|XLS|XLSX|XLT|XLW|ZIP)$">
    FileETag None
    <IfModule mod_headers.c>
    Header set X-Powered-By "W3 Total Cache/0.9.2.4"
    </IfModule>
    </FilesMatch>
    # END W3TC Browser Cache
    # BEGIN W3TC Page Cache core
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /mk/
    RewriteRule ^(.*/)?w3tc_rewrite_test$ $1?w3tc_rewrite_test=1 [L]
    RewriteCond %{HTTP:Accept-Encoding} gzip
    RewriteRule .* - [E=W3TC_ENC:_gzip]
    RewriteCond %{REQUEST_METHOD} !=POST
    RewriteCond %{QUERY_STRING} =""
    RewriteCond %{HTTP_HOST} =http://mk9.org/mk/
    RewriteCond %{REQUEST_URI} /$ [OR]
    RewriteCond %{REQUEST_URI} (sitemap(_index)?.xml(.gz)?|[a-z0-9_-]+-sitemap([0-9]+)?.xml(.gz)?) [NC]
    RewriteCond %{REQUEST_URI} !(/wp-admin/|/xmlrpc.php|/wp-(app|cron|login|register|mail).php|/feed/|wp-.*.php|index.php) [NC,OR]
    RewriteCond %{REQUEST_URI} (wp-comments-popup.php|wp-links-opml.php|wp-locations.php) [NC]
    RewriteCond %{HTTP_COOKIE} !(comment_author|wp-postpass|wordpress_[a-f0-9]+|wordpress_logged_in) [NC]
    RewriteCond %{HTTP_USER_AGENT} !(W3 Total Cache/0.9.2.4) [NC]
    RewriteCond "%{DOCUMENT_ROOT}mk9.org/mk/wp-content/w3tc/pgcache/%{REQUEST_URI}/_index%{ENV:W3TC_UA}%{ENV:W3TC_REF}%{ENV:W3TC_SSL}.html%{ENV:W3TC_ENC}" -f
    RewriteRule .* "mk9.org/mk/wp-content/w3tc/pgcache/%{REQUEST_URI}/_index%{ENV:W3TC_UA}%{ENV:W3TC_REF}%{ENV:W3TC_SSL}.html%{ENV:W3TC_ENC}" [L]
    </IfModule>
    # END W3TC Page Cache core
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /mk/
    RewriteRule ^index.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /mk/index.php [L]
    </IfModule>

    # END WordPress

    In reply to: Changed root directory

    #32675

    Yes that is the original instal directory. Was working 8 days ago. Then last night after uploading an image, i went to check the placement and the front page was gone. Every other page was fine. Then i pointed to the wrong directory and haven’t been able to get back in since.

    In reply to: Changed root directory

    #32673

    Yes thats where i found them before. Just double checked and they are updated correctly.

    Changed them from

    http://www.mk9.org

    to

    http://www.mk9.org/mk/

    In reply to: Changed root directory

    #32671

    Thanks my mistake about the pointer. I tried the database suggestion a while ago. With no effect.

    Will double check it again. Thanks

Viewing 9 posts - 1 through 9 (of 9 total)