Skip to content

New master#2

Closed
notsoluckycharm wants to merge 1 commit intowheels-dev:new-masterfrom
notsoluckycharm:new-master
Closed

New master#2
notsoluckycharm wants to merge 1 commit intowheels-dev:new-masterfrom
notsoluckycharm:new-master

Conversation

@notsoluckycharm
Copy link

This is my first contribution to CFWheels, so if this doesn't go exactly as planned, please forgive me and notify me so I can make any corrections.

I have modified .htaccess to comply with the tutorial and via this post on the google group.
http://groups.google.com/group/cfwheels/browse_thread/thread/675e11e84788b285

It basically allows folders within the web root to be accessed as long as they exist without needing a rewrite rule and .htaccess to disable rewriting.

… folders within the web root that do not directly related to the CFWheels structure. Within the documentation it states that to create a folder that is not part of CFWheels, simply add a blank application.cfc and it should work when you request site.com/folder ... this is not the case when using stock .htaccess because it will attempt to rewrite that /folder as rewrite.cfm/folder ... In order to stop this from happening, I added the Rewrite Cond to not rewrite if the folder exists physically in the directory. I also added a second line to stop rewrite from happening when the file name exists. These two lines are below the first rewrite condition, so that if you request site.com/scheduledTasks/doSchedule1.cfm ... it should work.
@rip747
Copy link
Contributor

rip747 commented Feb 9, 2011

for some reason your pull request is replacing the entire file instead of adding the additional two lines.

@notsoluckycharm
Copy link
Author

I apologize, It's my first time on GitHub -- and I've wanted to contribute to CFWheels. How can I correct this ? And if it's of any note: my entire file is the previous file plus my two lines.

@rip747
Copy link
Contributor

rip747 commented Feb 9, 2011

you don't need to apologize, i really appreciate that you're taking the time to help wheels out. what probably is happening is that you have your autocrlf settings off for the repo. it happens to everyone and i've done it myself a bunch of time. i already responded and left instructions on how to change it in my google group reply to you:

http://groups.google.com/group/cfwheels/browse_thread/thread/55e708c300573a19

sorry i didn't include these instructions in my original pull comment.

scahyono added a commit that referenced this pull request May 30, 2014
keeping upstream up to date
@chrisdpeters chrisdpeters mentioned this pull request Feb 5, 2015
neokoenig pushed a commit that referenced this pull request Mar 13, 2019
bpamiri pushed a commit that referenced this pull request Nov 6, 2023
Update tutorial-cfwheels-ajax-and-you.md
bpamiri pushed a commit that referenced this pull request Mar 4, 2026
…gaps

Documents the 8 highest-priority features identified in the framework
comparison analysis, each with full justification, specifications, API
designs, and implementation details:

1. Authentication & Authorization Generator (Priority #1)
2. File Storage Abstraction Layer (Priority #2)
3. Multi-Channel Notification System (Priority #3)
4. Model Factories for Testing (Priority #4)
5. Interactive Console / REPL (Priority #5)
6. Authorization System with Policies (Priority #6)
7. Health Check Endpoints (Priority #7)
8. Observability Dashboard (Priority #8)

Includes create-all-issues.sh script to batch-create all issues via gh CLI.

https://claude.ai/code/session_01HNb3D4MyqbYJ1Pyy2Ya828
@bpamiri bpamiri mentioned this pull request Mar 7, 2026
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants