Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve .htaccess commenting #3643

Merged
merged 1 commit into from
Nov 18, 2014
Merged

Conversation

chillu
Copy link
Member

@chillu chillu commented Nov 15, 2014

Done alongside improvements of the execution-pipeline.md docs.

See silverstripe/silverstripe-installer#73 for installer commit.

I've noticed the generated .htaccess file here doesn't have the last bit
in the default .htaccess file:

RewriteCond %{REQUEST_URI} ^(.*)/framework/main.php$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . %1/install.php? [R,L]

It originated from @hafriedlander in 2011 (d5723f7), I'm not quite sure what it's trying to achieve.
Hamish, could you clarify?

/cc @wilr

Done alongside improvements of the execution-pipeline.md docs.
Installer comment taken from d5723f7.
tractorcow pushed a commit that referenced this pull request Nov 18, 2014
@tractorcow tractorcow merged commit dceaeed into silverstripe:3.1 Nov 18, 2014
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.

None yet

2 participants