So basically I'm trying to use apache and .htaccess to change my urls from "domain.com/index.php?p=#" to just "domain.com/#" (I'm making a webcomic: shakespearescomics.tk)So I did some research, and here's what I put into the file:
Options +FollowSymLinks
RewriteEngine on
RewriteRule...