Welcome Guest, Not a member yet? Register   Sign In
MiniGal Nano Integration Help
#1

[eluser]emcgfx[/eluser]
Hi guys, I could use some help with integrating http://minigal.dk/minigal-nano.html properly.
I have it working on my LightTPD server locally. But its not working on Apache2 =( Must be rewrite issue.

Never mind =) All I needed is this .htaccess

Code:
RewriteCond %{REQUEST_URI} !^/(pictures|pictures/.*)$
RewriteRule ^([^.]+)$ index.php/$1 [L]




Theme © iAndrew 2016 - Forum software by © MyBB