Home Forums WordPress Plugins Hide My WP Breaks site when activated

This topic is: resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #311
    justinmw
    Post count: 2

    Hi,
    I’ve read through everything and I think it is a conflict with my htaccess file. The CSS of the site doesn’t not show, so the site is broken. Can I privately send you the file so you can take a look?

    #313
    Hassan
    Post count: 955

    Yeah, you can!

    Just use this topic and choose private reply below the form 🙂

    #314
    justinmw
    Post count: 2
    This reply has been marked as private.
    #327
    Hassan
    Post count: 955

    Well, try to comment below lines: Three sharp symbols were added with HMPW (###HMWP)

    
    ###HMWP RewriteCond %{REQUEST_URI} !^/(media|skin|js)/
    
    ############################################
    ## never rewrite for existing files, directories and links
    
    ###HMWP    RewriteCond %{REQUEST_FILENAME} !-f
    ###HMWP    RewriteCond %{REQUEST_FILENAME} !-d
    ###HMWP    RewriteCond %{REQUEST_FILENAME} !-l
    
    ############################################
    ## rewrite everything else to index.php
    
    ###HMWP    RewriteRule .* index.php [L]
    #330
    justinmw
    Post count: 2

    Wahooo! That fixed it. Thanks again!

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

You must be logged in to reply to this topic.