Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Hi Loopy, did you check if you have a .htaccess file? If not, try this one (change it to your needs) :
RewriteEngine On
RewriteBase /jobs/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !index.php
RewriteRule (.*) /index.php/$1 [L]
ErrorDocument 404 /page-unavailable/
I think you should only change the RewriteBase /jobs/ to RewriteBase /app/jobs/ but I’m a real noob of .htaccess configuration
Actually I can’t even access my admin section :(
1 to 7 of 7