Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

check Themes not applied

More
9 years 3 months ago #3990 by ElínTraustadóttir
Replied by ElínTraustadóttir on topic Themes not applied
I have this issue as well where can I find a thread how and what to add to .htaccess file??

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #3991 by admin
Replied by admin on topic Themes not applied
Hello,
just read the previous post :-)
There are 2 links there.

Olivier.

Please Log in or Create an account to join the conversation.

More
9 years 2 months ago #4040 by ElínTraustadóttir
Replied by ElínTraustadóttir on topic Themes not applied
Hi I have read through the posts and I kind of know what to do but I would like to see a sample .htaccess file so that I can add to mine. I have done everything posted and last time I did find a .htaccess file in the Component folder and removing that made the difference but now that does not work on my new site, so I figure I have to put a line in the main .htaccess file. I just need that line!!
Following is a picture of my output.
Thanks
Attachments:

Please Log in or Create an account to join the conversation.

More
9 years 2 months ago - 9 years 2 months ago #4041 by admin
Replied by admin on topic Themes not applied
Hello,

in your .htaccess file, you can write something like:
##### Advanced server protection rules exceptions -- BEGIN
RewriteRule ^modules\/mod_trombinoscope\/themes\/stylemaster\.js\.php$ - [L]
RewriteRule ^modules\/mod_trombinoscope\/themes\/stylemaster\.css\.php$ - [L]
RewriteRule ^modules\/mod_trombinoscope\/themes\/style\.css\.php$ - [L]
RewriteRule ^modules\/mod_trombinoscope\/themes\/original\/style\.css\.php$ - [L]
##### Advanced server protection rules exceptions -- END

Note that this example works for the module only AND for the original theme.

The stylemaster.css.php component path is, for version 2+,
components/com_trombinoscopeextended/assets/themes/trombinoscope/stylemaster.php

Olivier.
Last edit: 9 years 2 months ago by admin.

Please Log in or Create an account to join the conversation.

More
9 years 2 months ago #4051 by ElínTraustadóttir
Replied by ElínTraustadóttir on topic Themes not applied
thanks alot this worked :-)

Please Log in or Create an account to join the conversation.

More
9 years 2 months ago #4052 by admin
Replied by admin on topic Themes not applied
You are welcome!

Olivier.

Please Log in or Create an account to join the conversation.