Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Hmm… somehow that didnt work for me because i also need these two lines:
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
However, I moved it to my root directory instead of jobberbase directory and it’s working fine! (still in a subdomain)
Here is my .htaccess for anyone who may use it: AddType x-mapp-php5 .php AddHandler x-mapp-php5 .php
# Alternative .htaccess
# only use if original doesn’t seem to work for you
RewriteEngine On
RewriteBase /jobs/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !index.php
#RewriteRule !\.(js|ico|gif|jpg|png|css|flv|swf)$ index.php
#RewriteRule (.*) /index.php/$1 [L]
RewriteRule !\.(js|css)$ /index.php/$1 [L]
ErrorDocument 404 /page-unavailable//page-unavailable/
Thanks to everyone for the help! And the guys who made it!!
My only suggestion for future updates is something to prevent this .htaccess havoc that gets n00bs like me. :-)
Also, you could put it on sourceforge for more support!!! :-)
Problem is…
Cant access my admin now. Loging in redirects me back to my non admin index.
Any ideas?
fixed that…
now admin redirects to page-unavailable….
I wonder why….
solved it…
changed: RewriteRule !\.(js|css)$ /index.php/$1 [L]
to:
RewriteRule !\.(js|css)$ /admin/index.php/$1 [L]
1 to 12 of 12