Forum Moderators: phranque
I have
<Directory /home/username/mydomain.com/>
Loadmodule rewrite_module /usr/lib/apache/mod_rewrite.so
AddModule mod_rewrite.c
AllowOverride FileInfo Options -or-
AllowOverride All
Options +FollowSymLinks -or-
Options +SymLinksIfOwnerMatch -or-
Options All
</Directory>
-----------
I do not have a mod_rewrite.so file, which I assume is the reason when I goto my website, it is just doesn't load anything, no error, no nothing, just cannot be found like the domain doesn't even exist.
I heard I just do this to get a new file:
./configure --enable-rewrite=shared
**
But what is that? Do I run that in SSH, where? They just gave me that line of code but what do I do with it?
Thanks so much!
-wesley