Forum Replies Created

Viewing 15 posts - 586 through 600 (of 623 total)
  • Author
    Posts
  • in reply to: Permalinks & URL Issue #143
    Hassan
    Post count: 955

    Sorry, I’m not experienced enough with server configurations. It could be easier. Disable the plugin and go to Settings Menu > Permalink. If you could enable WP permalinks and it works in your site this means mod_rewrite is enabled. If not you need to contact your host support to enable it for you.

    in reply to: Custom Link to Login #135
    Hassan
    Post count: 955

    It was just added to latest version. Download it from this forum ๐Ÿ™‚

    in reply to: Permalinks & URL Issue #134
    Hassan
    Post count: 955

    First make sure you followed ‘Quick Fix Guide’ located in start tab.

    If it doesn’t help it means you have a customized htaccess or a multi-theme environment (e.g. a maintenance plugin). In those cases please provide login details and I do my best to fix the problem.

    in reply to: No one can know WordPress #133
    Hassan
    Post count: 955

    Strange. Is it possible to provide login details so I can take a deeper look.

    in reply to: Breaking multisite #132
    Hassan
    Post count: 955

    No problem, just please provide login details plus a FTP account and I’ll do it for you ๐Ÿ™‚

    in reply to: W3 Total Cache Comment in source not changing #131
    Hassan
    Post count: 955

    Hi-

    You’re right, since 4 days ago I work hard to fix this issue in new version.

    Please download the latest version of 2.11 [fixed] from this forum.

    Now W3TC comments will be removed automatically by default for all untrusted users.

    PS:
    HMWP won’t remove W3TC debug details if you enabled it. (All users can see it)

    in reply to: Timthumb error #127
    Hassan
    Post count: 955

    Sorry for such a long delay, I was working on new version. ๐Ÿ˜

    If it was online I could take a look and try different possibilities.

    First make sure this works, if not means our path are wrong:
    http://xx/new/plugins/1e08d426/admin/timthumb.php?src=http://xx/new/wp-content/fancygallery/1/2/xx.jpg

    Now try these other possibilities:
    http://xx/new/plugins/1e08d426/admin/timthumb.php?src=../../../../fancygallery/1/2/xx.jpg

    http://xx/new/plugins/1e08d426/admin/timthumb.php?src=../../../fancygallery/1/2/xx.jpg

    http://xx/new/plugins/1e08d426/admin/timthumb.php?src=../../fancygallery/1/2/xx.jpg

    If one of above works means we found the solution and only need a rule to replace old URLs with new ones.

    Also try this one, (the same but removed %2F from second part)
    timthumb.php?src[equal]http%3A%2F%2Fxx%2Fnew%2Fwp-content%2Ffancygallery%2F = timthumb.php?src[equal]../../../fancygallery/

    I haven’t experience with mod_security but error 500 usually means your htaccess syntax is wrong.

    in reply to: Hide My WP 2.1 released + Fix [Read here first] #126
    Hassan
    Post count: 955

    Changelog

    New Feature: Login parameter โ€˜hide_my_wpโ€™ is now changeable!
    Improvement: W3 Total Cache Minify module works now! (Read FAQs)
    Improvement: Better blocking of CMS finder tools
    Improvement: W3TC credit text will be removed automatically (for untrusted users)
    Improvement: Presstrends code added
    Bug Fix: Log out problem in some environments
    Bug Fix: Warning message appeared in some environments
    Bug Fix: A number of fixes in helper class

    in reply to: Timthumb error #108
    Hassan
    Post count: 955

    Hi-

    Well, as I said in that FAQ TimThumb doesn’t support virtual addresses so you can’t change it to new name ‘gal’. Instead, you have to use relative URLs. Something like below:

    http://xx/new/plugins/1e08d426/admin/timthumb.php?src=../../../fancygallery/

    Therefor, you should have following in Replace in HTML:
    timthumb.php?src[equal]http%3A%2F%2Fxx%2Fnew%2Fwp-content%2Ffancygallery%2F = timthumb.php?src[equal]..%2F..%2F..%2Ffancygallery%2F

    You can still use ‘gal’ name by renaming fancygallery folder in wp-content and using this rule:
    timthumb.php?src[equal]http%3A%2F%2Fxx%2Fnew%2Fwp-content%2Ffancygallery%2F = timthumb.php?src[equal]..%2F..%2F..%2Fgal%2F

    But you may have difficulties in admin section as Replace in HTML doesn’t work in backend.

    PS:
    You can always use New Upload Path or Replace URLs to change other (non-TimThumb) URLs.

    in reply to: Wpengine install #106
    Hassan
    Post count: 955

    Yes, it seems correct just change Redirect type to break.

    in reply to: Wpengine install #104
    Hassan
    Post count: 955

    Hello,

    WPE uses Nginx web server and it has no htaccess file. Instead, Nginx users should have write access to Nginx config file. WPEngine does not allow this but you can add Nginx rules via redirect section in your WPEngine panel.

    First click on Nginx configuration in Start tab. If you don’t see it go to following address:
    http://domain-wp.com/wp-admin/options-general.php?page=hide_my_wp&nginx_config=1
    (In multi-site add &nginx_config=1 to the end HMWP settings URL)

    Next, go to ‘Redirection’ menu in your WPE panel and add each line of Nginx configuration rules as a redirection rule. Source and destination separated with a space. First is source and second is destination. Use โ€˜breakโ€™ type as โ€˜lastโ€™.

    Read more below (see last example):
    http://support.wpengine.com/redirect/

    in reply to: PHP Fatal error #100
    Hassan
    Post count: 955

    You’re right! It was not a multi-site issue. I just fixed it ๐Ÿ™‚

    The fixed file was attached. (Change .txt to .php)

    PS:
    If you could wait for few hours you can test v2.1 beta.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Problem with W3 total cache and hide my wp #99
    Hassan
    Post count: 955
    This reply has been marked as private.
    in reply to: Problem with W3 total cache and hide my wp #95
    Hassan
    Post count: 955
    This reply has been marked as private.
    in reply to: Problem with W3 total cache and hide my wp #92
    Hassan
    Post count: 955

    I also tested Genesis framework and there was not any issue with it. I think the problem is minify option in W3TC.

    However, it should be fixed in future version but now you can leave New Style Name (located in permalink tab) blank or disable minify option in W3TC. Note that HMWP can minify and cache main style file without any third-party plugin but it’s not as perfect as W3TC.

    If you see URLs in your source code this FAQ may be really helpful!

    Anyway, if you couldn’t configure it yourself just please provide required info privately and I’ll do it for you ๐Ÿ™‚

    ุฏุฑ ุงู…ุงู† ุฎุฏุง ๐Ÿ˜‰

Viewing 15 posts - 586 through 600 (of 623 total)