Hi,
i've got a problem with url rewriting, i've tried this in a .htaccess:
RewriteEngine on
RewriteRule ^([a-zA-Z]+)\.html$ index.php?page=$1 [L]
to modify url like www.mydomain.com/index.php?page=test
to www.mydomain.com/test.html
but this is not working,
i've check with phpinfo if the module mod_rewrite is present and activate and i've got this:
but in my httpd.conf i didn't find any LoadModule with mod_rewrite.so
i've also searching in my server to mod_rewrite.so and i didn't find anything.
Can you help me?
cris
i've got a problem with url rewriting, i've tried this in a .htaccess:
RewriteEngine on
RewriteRule ^([a-zA-Z]+)\.html$ index.php?page=$1 [L]
to modify url like www.mydomain.com/index.php?page=test
to www.mydomain.com/test.html
but this is not working,
i've check with phpinfo if the module mod_rewrite is present and activate and i've got this:
Code:
Loaded Modules core mod_access mod_auth mod_include mod_log_config mod_env mod_setenvif mod_ssl prefork http_core mod_mime mod_status mod_autoindex mod_asis mod_suexec mod_cgi mod_negotiation mod_dir mod_imap mod_actions mod_userdir mod_alias mod_rewrite mod_so sapi_apache2
but in my httpd.conf i didn't find any LoadModule with mod_rewrite.so
i've also searching in my server to mod_rewrite.so and i didn't find anything.
Can you help me?
cris