I'm using the dev-postnuke short urls on my .726 site.
I want to have a subfolder that is just static pages I created. But because of the .htaccess in my root, the .html extensions don't work.
I heard I can create a new .htaccess file in mysite.com/subfolder/.
My question is, do I have a blank .htaccess or do I need to put some directive such as Rewrite Engine Off or somesuch.
Thanks!
david
- pborchelt answered »HowtoPNForms module unable to find template« 03:52h
- Teb answered »MenuTree Mystery« 05. Jul
- dks answered »include a file« 05. Jul
- dks answered ».764 -> 1.1.1, Can't add new blocks« 05. Jul
- craigh posted »PostCalendar 5.5.0RC1 needs testers and translators« 05. Jul
- bartl answered »Upgrading 1.0.2 --> 1.1.1« 05. Jul
- Charlie-otb answered »SafeHTML output filter and youtube« 05. Jul
Login
.htaccess question
-
- Rank: Freshman
- Registered: 19.04.04
- last visit: 14.06.05
- Posts: 14
-
- Rank: Softmore
- Registered: 31.12.69
- last visit: 27.06.09
- Posts: 81
You might be able to use:
RewriteOptions inherit
I've also administered some setups where you will need to specify the rewrite base something similer to:
RewriteBase /subfolder
Of course this is contengent on your particular setup and what is allowed and not allowed in your .htaccess files.
Zoom -
- Rank: Freshman
- Registered: 19.04.04
- last visit: 14.06.05
- Posts: 14
I put ReWriteEngine Off in the .htaccess file of the subfolder and it seemed to work.
But somehow it just seemed too easy...
david
- Moderated by :
- Support
