Em 21-03-2013 08:18, Eric Covener escreveu:
On Thu, Mar 21, 2013 at 5:42 AM, Jack Mcslay wrote:
I have the following .htaccess on /var/www:
RewriteEngine on
RewriteRule ^(.*)\.html$ site.php/$1 [L]
Use RewriteBase, or a non-relative substitution.
On Thu, Mar 21, 2013 at 5:42 AM, Jack Mcslay wrote:
> I have the following .htaccess on /var/www:
>
> RewriteEngine on
>
> RewriteRule ^(.*)\.html$ site.php/$1 [L]
Use RewriteBase, or a non-relative substitution.
-
To unsubscrib
I have the following .htaccess on /var/www:
RewriteEngine on
RewriteRule ^(.*)\.html$ site.php/$1 [L]
But the same .htaccess doesn't work when I put on an userdir, it keeps
giving a 404 error even if the same site.php file that worked on the
root site is there
Worth noting, the path given b