by (120 points)
This does not appear to apply to a mac/mamp installation. I'm assuming that the httpd.config is to be edited. Can someone please tell me how to install by editing httpd.config or some other file or whatever I've missed?

Thanks for any help



""Hello, "/go" is not a physical folder, so do not try to find it in you file system. /go is a special path called "route".

Do the following check:

For Apache:
  mod_rewrite should be On"

Is this to be pasted into httpd.conf?

  "AllowOverride should be All for your seotoaster directory""

AllowOverride is in the file but I'm not sure how to change it.
related to an answer for: Install does not create the /go folder

2 Answers

by (14.9k points)
Hello JCW, Frankly, we did not test on a mac server yet, but in any case we found this that could be of interest: http://apple.stackexchange.com/questions/29662/how-to-activate-mod-rewrite-on-macosx-lion

let us know if this worked.
by (2.9k points)
by (120 points)
The file was already there but it still doesn't open seotoaster
by (120 points)
Neither of these two work

<Directory "/Users/yourname/Sites/">
     Options Indexes MultiViews
     AllowOverride All
     Order allow,deny
     Allow from All
</Directory>

<Directory "/Applications/MAMP/">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

All I get is:

Not Found

The requested URL /go was not found on this server.

Has anyone actually had seotoaster working on a mac yet? It would be great to get it working!
...