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

    (@kangarooo)

    So with <?php
    phpinfo();
    ?>
    i dont see Loaded Modules and also not apache2handler and also not mod_rewrite..
    That means i dont have mod_rewrite but in WP Super Cache i have it enabled but its not working?
    In WP super cache after update it testing shows all working and in cached pages it shows witch are cached and also in footer of website it shows its cached and what time.. So it works even if i dont have it???
    In /etc/apache2/apache2.conf
    theres no #LoadModule rewrite_module modules/mod_rewrite.so or any rewrite mentioned…..

    in .htaccess is at start
    # BEGIN WPSuperCache
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    and all other 100 lines of WP super cache settings.

    and in /blog/.htaccess is also
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    and all other 10 lines of Worpdress htaccess lines for prettylinks

    im using in index to open /blog/index.php and site url is website.com and home is website.com/blog but wp supercache works without any setting coppying to /blog/.htaccess

    ONLY im not shure if its becouse of PHP or mod_rewrite witch i put in wp super cache settings.. If its not working then maybe it failsafe runs on php?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to test if mod_rewrite caching is beeing used or php is used.’ is closed to new replies.