Manol Posted April 9, 2015 Posted April 9, 2015 (edited) Hello I'm using a bootstrap template from http://wrapbootstrap.com. When I include some css in that way: <link href="<?php echo $config->urls->templates?>styles/bootstrap.min.css" rel="stylesheet"> it becomes that: http://indinet.es/lliriaturisme/site/templates/styles/A.bootstrap.min.css.pagespeed.cf.hn1j3ZAnsg.css and my page is not showing properly. Where can I turn that behaviour off? Thank you Edited April 9, 2015 by Martijn Geerts fixed url
Macrura Posted April 9, 2015 Posted April 9, 2015 sounds strange - which template is it ? sounds like a javascript rewriting the url for a cdn application. or if this is your server then you must have some module or htaccess that is changing those - is this in a subdomain of another site that may have a script running in the root? 1
Manol Posted April 9, 2015 Author Posted April 9, 2015 The template is that one I'm using this template in another page and is working a thought it could be pw version that makes that. Anyway I'll check the server.
Wanze Posted April 9, 2015 Posted April 9, 2015 Maybe you have mod_pagespeed installed on your webserver? I'm not familiar with it though, it's a guess because of the "pagespeed" string in your css filename. 2
Macrura Posted April 9, 2015 Posted April 9, 2015 yeah it must be the server, because that theme/template doesn't have anything out of the ordinary in terms of js 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now