| Author |
Message |
drndrw
Joined: 05 Dec 2010
Posts: 3
|
| Posted: Sun Dec 05, 2010 3:54 am Post subject: multiviews problem |
|
|
| Hey everyone. I am currently running the Fmyscript script, and I haven't been able to get it to work for a quite a while. My problem is disabling multiviews, which is something that I don;t know how to do. Could anyone help out? Thanks! |
|
| Back to top |
|
obs
Joined: 07 Mar 2010
Posts: 1400
Location: Earth
|
| Posted: Sun Dec 05, 2010 5:06 am Post subject: |
|
|
Add this to your virtual host
<Directory /path/to/website>
Options -MultiViews
</Directory>
Then restart apache. |
|
| Back to top |
|
drndrw
Joined: 05 Dec 2010
Posts: 3
|
| Posted: Sun Dec 05, 2010 6:42 pm Post subject: |
|
|
| I'm assuming the path/to/directory is where my website is? |
|
| Back to top |
|
obs
Joined: 07 Mar 2010
Posts: 1400
Location: Earth
|
| Posted: Mon Dec 06, 2010 5:46 am Post subject: |
|
|
| Yeap. |
|
| Back to top |
|
drndrw
Joined: 05 Dec 2010
Posts: 3
|
| Posted: Tue Dec 07, 2010 9:02 pm Post subject: |
|
|
| Okay but heres the thing... My website isn't in my virtrual hosting directory. Does this make a difference? And I have httpd.conf and apache.conf, which do I put the code in? |
|
| Back to top |
|
obs
Joined: 07 Mar 2010
Posts: 1400
Location: Earth
|
| Posted: Tue Dec 07, 2010 9:20 pm Post subject: |
|
|
| Well you should probably put your site in a virtual host that's what they're there for. |
|
| Back to top |
|
| |