21278 Posts in 5728 Topics by 2599 members
General Questions
SilverStripe Forums » General Questions » How do I view a folder/page that has been installed by non-silverstripe module
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 103 Views |
-
How do I view a folder/page that has been installed by non-silverstripe module

8 February 2013 at 3:18pm
Hi folks,
I have just installed piwik (http://piwik.org/) to my website, via one-click install of my hosting company. Instructions say to click www.mydomain.com/piwik (where it is installed) however, I get the message PAGE NOT FOUND
My first thought is there needs to be an exception of some kind to be able to view this folder?
I am not a coder.
Can anyone assist, please?
Many thanks
Claire
-
Re: How do I view a folder/page that has been installed by non-silverstripe module

9 February 2013 at 3:19pm
You have to add a line to your web.config or .htaccess file (depending on what platform you're on) to tell SilverStripe to ignore that directory.
For the htaccess method, after the rewriteengine on line place, RewriteCond %{REQUEST_URI} !^/piwik/.*
-
Re: How do I view a folder/page that has been installed by non-silverstripe module

10 February 2013 at 9:13am
Thanks Will.
I have added RewriteCond %{REQUEST_URI} !^/piwik/.* to my .htaccess file, after the line that says .... but no luck.
i.e.,
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/piwik/.*I notice the other RewriteCond have a # in front of them ...
Any other ideas?
Many thanks
Claire
| 103 Views | ||
|
Page:
1
|
Go to Top |

