Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3174996
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3174996
Commits
28cc8eab
Commit
28cc8eab
authored
20 years ago
by
Dries Buytaert
Browse files
Options
Downloads
Patches
Plain Diff
- Patch
#19126
by Uwe: fixed inconsistent whitespace in .htaccess.
parent
73b93b90
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.htaccess
+7
-7
7 additions, 7 deletions
.htaccess
with
7 additions
and
7 deletions
.htaccess
+
7
−
7
View file @
28cc8eab
...
...
@@ -22,15 +22,15 @@ DirectoryIndex index.php
# the following cannot be changed at runtime. The first IfModule is
# for Apache 1.3, the second for Apache 2.
<
IfModule
mod_php4.c
>
php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0
php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0
</
IfModule
>
<
IfModule
sapi_apache2.c
>
php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0
php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0
</
IfModule
>
# Reduce the time dynamically generated pages are cache-able.
...
...
@@ -46,7 +46,7 @@ DirectoryIndex index.php
# the rewrite rules are not working properly.
#RewriteBase /drupal
# Rewrite old-style URL
S
of the form 'node.php?id=x'.
# Rewrite old-style URL
s
of the form 'node.php?id=x'.
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{QUERY_STRING} ^id=([^&]+)$
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment