DrupalBin
Submit Code
About
Recent Posts
Code
1 hour 55 min
ago
Fix for Code
2 hours 5 min
ago
d5, hook_comment, trying to force an input filter format
5 hours 22 min
ago
haha
5 hours 56 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
simpletest
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
clean urls
conf apache
March 11, 2008 - 12:25pm — Anonymous
#
# Based upon the NCSA server configuration files originally by Rob McCool.
#
# This is the main Apache server configuration file. It contains the
clean urls
Read more
que dice linux
March 11, 2008 - 11:48am — Anonymous
oskar@Oskar:~$ sudo su
root@Oskar:/home/oskar
# /etc/init.d/apache2 restart
apache
clean urls
Read more
clean urls : apache setting
December 9, 2007 - 3:14am — Anonymous
<Directory /
var
/www/example.com>
RewriteEngine on
RewriteBase /
RewriteCond %
{
REQUEST_FILENAME
}
!-f
RewriteCond %
{
REQUEST_FILENAME
}
!-d
RewriteRule ^
(
.*
)
$ index.php?q=$
1
[
L
,QSA
]
clean urls
rewrite rules
Read more