sir_yunus
04-19-2008, 08:22 PM
i have a problem about url rewriting i add mod_rewrite module and add .htaccess like this
RewriteEngine on
RewriteRule ^page.html$ yunus.html
always open yunus.html but i cant how can i make every page is in same directory
RewriteEngine on
RewriteRule ^page.html$ yunus.html
always open yunus.html but i cant how can i make every page is in same directory