You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
N
yea I fixed my problem too. all is well again now :)
-
N
yea I fixed my problem too. all is well again now :)
-
N
this is what my htaccess looks like
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
-
N
I tried the RewriteBase / solution provided above but all it does is produce 500 internal server error.
-
N
I tried the RewriteBase / solution provided above but all it does is produce 500 internal server error.