- Patch #113377 by Gerhard: clean up .htaccess.
parent
0f284b37d2
commit
0cc399504b
14
.htaccess
14
.htaccess
|
@ -74,19 +74,7 @@ DirectoryIndex index.php
|
|||
# the rewrite rules are not working properly.
|
||||
#RewriteBase /drupal
|
||||
|
||||
# Rewrite old-style URLs of the form 'node.php?id=x'.
|
||||
#RewriteCond %{REQUEST_FILENAME} !-f
|
||||
#RewriteCond %{REQUEST_FILENAME} !-d
|
||||
#RewriteCond %{QUERY_STRING} ^id=([^&]+)$
|
||||
#RewriteRule node.php index.php?q=node/view/%1 [L]
|
||||
|
||||
# Rewrite old-style URLs of the form 'module.php?mod=x'.
|
||||
#RewriteCond %{REQUEST_FILENAME} !-f
|
||||
#RewriteCond %{REQUEST_FILENAME} !-d
|
||||
#RewriteCond %{QUERY_STRING} ^mod=([^&]+)$
|
||||
#RewriteRule module.php index.php?q=%1 [L]
|
||||
|
||||
# Rewrite current-style URLs of the form 'index.php?q=x'.
|
||||
# Rewrite URLs of the form 'index.php?q=x'.
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
|
||||
|
|
Loading…
Reference in New Issue