Yeah, I am on Apache.
Are you using apache or some other web server?
I have subdomains and the default .htaccess file works.
I have subdomains and the default .htaccess file works.
<Files ~ (\.php)> Options +FollowSymLinks </Files>
RewriteRule ^(.*)$ http://%{HTTP_HOST}/index.php?q=%{REQUEST_URI} [L,NC}
This discussion is closed to further replies. Keep calm and carry on.