MikeVrind
Verified User
Hello,
Recently I have installed DA on my server but now I have a small problem.
When I create a new user(domain) via Direct Admin,the .htaccess rewrite rules are ignored by the apache server.
Where and what must I change so that a .htaccess with rewrite rules file is always used for all (future) domains on my server?
The .htaccess file itself is not ignored, but mod_rewrite doesn't do its job (mod_rewrite module is active on the apache server)
The company thats manages our servers says that we should rewrite our urls true direct admin and not .htaccess, this can't be right? right?
Could it be a problem that DA was NOT installed on a clean server? Because the complete working webserver was running when DA got installed.
Example of a rewrite rule:
RewriteEngine on
RewriteRule ^news/main/(.*)/(.*)/(.*)/$ index.php?id=$1&aId=$3&pagina=news [L]
Al of the rewrite rules are working perfect on our other server without DA.
Thanks in advance for the help.
Recently I have installed DA on my server but now I have a small problem.
When I create a new user(domain) via Direct Admin,the .htaccess rewrite rules are ignored by the apache server.
Where and what must I change so that a .htaccess with rewrite rules file is always used for all (future) domains on my server?
The .htaccess file itself is not ignored, but mod_rewrite doesn't do its job (mod_rewrite module is active on the apache server)
The company thats manages our servers says that we should rewrite our urls true direct admin and not .htaccess, this can't be right? right?

Could it be a problem that DA was NOT installed on a clean server? Because the complete working webserver was running when DA got installed.
Example of a rewrite rule:
RewriteEngine on
RewriteRule ^news/main/(.*)/(.*)/(.*)/$ index.php?id=$1&aId=$3&pagina=news [L]
Al of the rewrite rules are working perfect on our other server without DA.
Thanks in advance for the help.
Last edited: