You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2019/03/17 10:18:42 UTC

[GitHub] [incubator-pagespeed-mod] dacken81 edited a comment on issue #597: Can't access to the stats pages other than from localhost

dacken81 edited a comment on issue #597: Can't access to the stats pages other than from localhost
URL: https://github.com/apache/incubator-pagespeed-mod/issues/597#issuecomment-473652181
 
 
   Hi, in my wordpress configuration I had to modify creativoideal's .htaccess file a little bit to make it work. Possibly to do with that I've configured permalink settings a little different (postname)
   
   > # BEGIN WordPress
   <IfModule mod_rewrite.c>
   RewriteEngine On
   RewriteBase /
   RewriteRule ^index\.php$ - [L]
   RewriteCond %{REQUEST_FILENAME} !-f
   RewriteCond %{REQUEST_FILENAME} !-d
   
   # if pagespeed_admin or pagespeed_global_admin exist go directly to it
   RewriteCond %{REQUEST_URI} !/pagespeed_admin
   RewriteCond %{REQUEST_URI} !/pagespeed_global_admin
   
   RewriteRule . /index.php [L]
   </IfModule>
   
   # END WordPress
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services