-
- TomFX

-
Total Posts: 2
Joined: 2007-10-02
|
Hey Jonas,
Tried that but then it said I need PHP5, so changed my .htaccess to:
Action php5-cgi /cgi-bin/php5-cgi AddHandler php5-cgi .php DirectoryIndex index.php
RewriteEngine on RewriteCond $1 !^(index\.php|media|skin|js|robots\.txt) RewriteRule ^(.*)$ /magento/index.php/$1 [L]
And now get a 404… any ideas? :S
|