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
- mercromina responded to »error when i try to upgrade to the last version of dizkus module (3.1)« 08:01 PM
- craigh responded to »TagIt 3.0 for Zikula« 03:58 PM
- localrags responded to »Remove contents of nuke_sc_anticracker from Database« 11:30 AM
- jmvaughn responded to »Shoutit for zikula 1.3?« 09:31 AM
- mdee responded to »Different page content under one template (tpl file) based on URL« 07:17 AM
- espaan responded to »Categories disappear when editing ...« 08. Feb
- eledril responded to »How decrease zikula cpu usage« 08. Feb
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
.htaccess question
-
- Rank: Registered User
- Registered: Apr 19, 2004
- Last visit: Jun 14, 2005
- Posts: 14
-
**unknown user**
- Rank: Freshman
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 80
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: Registered User
- Registered: Apr 19, 2004
- Last visit: Jun 14, 2005
- 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
