I want to mask url using .htaccess. I found this code:
Is it possbile to create just one .htaccess in the httpdocs which will handle every pageCode:RewriteEngine On RewriteRule ^something\/?$ \/something\/else\/
of my ftp space (or should i create many .htaccess depending on the folders)?




Reply With Quote