T
thijsh
Guest
I tried with a simple RewriteRule if my Mod_rewrite is working but the following
http://www.mydomain.be/silly.html
is not showing
http://www.mydomain.be/existing_page.html
In the following file
/home/httpd/vhosts/gd.be/conf/vhost.conf
is written:
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^silly\.html$ /existing_page.html [L]
</IfModule>
I also did:
/usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=gd.be
and
service httpd restart
Is there something wrong with my RewriteRule or is something else wrong?
Thanks in advance
http://www.mydomain.be/silly.html
is not showing
http://www.mydomain.be/existing_page.html
In the following file
/home/httpd/vhosts/gd.be/conf/vhost.conf
is written:
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^silly\.html$ /existing_page.html [L]
</IfModule>
I also did:
/usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=gd.be
and
service httpd restart
Is there something wrong with my RewriteRule or is something else wrong?
Thanks in advance