Hi guys,
i have a fresh installed server with APache 2.2 and Cent Os 5, whe i use a mod rewrite on a site i get this 'internal server error' when i have the rewrite rules out of htaccess i have no problem. But ofcourse i need mod_rewrite on.
when i look to see what modules are loaded with httpd -M then there is no mod_write
what do i need to do ?
i have a fresh installed server with APache 2.2 and Cent Os 5, whe i use a mod rewrite on a site i get this 'internal server error' when i have the rewrite rules out of htaccess i have no problem. But ofcourse i need mod_rewrite on.
when i look to see what modules are loaded with httpd -M then there is no mod_write
Code:
Loaded Modules:
core_module (static)
authn_file_module (static)
authn_default_module (static)
authz_host_module (static)
authz_groupfile_module (static)
authz_user_module (static)
authz_default_module (static)
auth_basic_module (static)
include_module (static)
filter_module (static)
deflate_module (static)
log_config_module (static)
logio_module (static)
env_module (static)
expires_module (static)
headers_module (static)
unique_id_module (static)
setenvif_module (static)
version_module (static)
proxy_module (static)
proxy_connect_module (static)
proxy_ftp_module (static)
proxy_http_module (static)
proxy_scgi_module (static)
proxy_ajp_module (static)
proxy_balancer_module (static)
ssl_module (static)
mpm_prefork_module (static)
http_module (static)
mime_module (static)
dav_module (static)
status_module (static)
autoindex_module (static)
asis_module (static)
suexec_module (static)
cgi_module (static)
dav_fs_module (static)
dav_lock_module (static)
negotiation_module (static)
dir_module (static)
actions_module (static)
userdir_module (static)
alias_module (static)
rewrite_module (static)
so_module (static)
php5_module (shared)
Syntax OK
what do i need to do ?