Current Page: 1 of 1
Results 1 - 1 of 1
16 years ago
daisydoos
Hi, When developing sites on a shared hosting environment, we use this rewrite rule in .htaccess, assuming the site sits in a folder below the root: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /websitename RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /websitename/index.php </IfModule> For sites on localhost, I have bee
Forum: WampServer English
Current Page: 1 of 1