Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
ce799612
Commit
ce799612
authored
May 17, 2012
by
Niklas Fiekas
Committed by
Crell
May 19, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert the rewrite rule in .htaccess.
parent
3a10d518
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.htaccess
.htaccess
+1
-1
No files found.
.htaccess
View file @
ce799612
...
@@ -108,7 +108,7 @@ DirectoryIndex index.php index.html index.htm
...
@@ -108,7 +108,7 @@ DirectoryIndex index.php index.html index.htm
RewriteCond
%{REQUEST_FILENAME} !-f
RewriteCond
%{REQUEST_FILENAME} !-f
RewriteCond
%{REQUEST_FILENAME} !-d
RewriteCond
%{REQUEST_FILENAME} !-d
RewriteCond
%{REQUEST_URI} !=/favicon.ico
RewriteCond
%{REQUEST_URI} !=/favicon.ico
RewriteRule
^
(.*)$
index.php [L]
RewriteRule
^ index.php [L]
# Rules to correctly serve gzip compressed CSS and JS files.
# Rules to correctly serve gzip compressed CSS and JS files.
# Requires both mod_rewrite and mod_headers to be enabled.
# Requires both mod_rewrite and mod_headers to be enabled.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment