Sc0uT
Verified User
Hi,
On my earlier two servers with other control panels (CPanel and ISPConfig) I used simple mod_rewrite rule in .htaccess to simplify URLs on my site:
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteRule ^page/(.*)$ page.php?ime=$1
But on a new server with DirectAdmin it won't work.
I checked, mod_rewrite is loaded in apache (1.3.34). DA is latest version...
Any ideas how to enable this?
On my earlier two servers with other control panels (CPanel and ISPConfig) I used simple mod_rewrite rule in .htaccess to simplify URLs on my site:
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteRule ^page/(.*)$ page.php?ime=$1
But on a new server with DirectAdmin it won't work.
I checked, mod_rewrite is loaded in apache (1.3.34). DA is latest version...
Any ideas how to enable this?