WSN Links is installed in my root directory. I have installed AWstats in a directory named /stats/
I need to open www.jayweddings.co.uk/stats/ but when i try, WSN links get involved and says "The requested page does not exist"
I can open www.jayweddings.co.uk/stats/awstats.pl but if i do that AWstats does not update from the log file. It has to be called at www.jayweddings.co.uk/stats/
How can i stop WSN links getting involved? I have looked at the HTaccess file to see if there is a rule asking 404s to be redirected but can't see anything.
If there were no index file in a folder, surely the folder couldn't be viewed.
If you're editing manually you should put the rule next to the admin directory's rules: RewriteRule ^admin$ admin/index.php RewriteRule ^admin/$ admin/index.php
Does the admin panel's option to type in extra rules not work? Maybe it inserts in the wrong place.
Comments on Trying to open a programme in a folder..
Forum Regular
Usergroup: Customer
Joined: Nov 27, 2006
Total Topics: 187
Total Comments: 465
Hello
Quick question...
WSN Links is installed in my root directory. I have installed AWstats in a directory named /stats/
I need to open www.jayweddings.co.uk/stats/ but when i try, WSN links get involved and says "The requested page does not exist"
I can open www.jayweddings.co.uk/stats/awstats.pl but if i do that AWstats does not update from the log file. It has to be called at www.jayweddings.co.uk/stats/
How can i stop WSN links getting involved? I have looked at the HTaccess file to see if there is a rule asking 404s to be redirected but can't see anything.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
URL rewriting makes everything below WSN Links be a category name unless an exception is specified. You need to add
RewriteRule ^stats/$ stats/index.something
where something is whatever file extension the proper index page for awstats is.
Forum Regular
Usergroup: Customer
Joined: Nov 27, 2006
Total Topics: 187
Total Comments: 465
No, it doesn't seem to work. Just still get the "The requested page does not exist" page.
Forum Regular
Usergroup: Customer
Joined: Nov 27, 2006
Total Topics: 187
Total Comments: 465
Used RewriteRule ^stats/$ stats/awstats.pl Didnt work
Used RewriteRule ^stats/$ stats/ Didnt work.
There is no index.? file
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
If there were no index file in a folder, surely the folder couldn't be viewed.
If you're editing manually you should put the rule next to the admin directory's rules:
RewriteRule ^admin$ admin/index.php
RewriteRule ^admin/$ admin/index.php
Does the admin panel's option to type in extra rules not work? Maybe it inserts in the wrong place.
Forum Regular
Usergroup: Customer
Joined: Nov 27, 2006
Total Topics: 187
Total Comments: 465
Got it, i was being stupid. It was index.cgi I needed. Doh!