x00
MVPx00 MVP
Reactions
-
Re: my seo urls not working if i try to enable this i got an error message Internal Server Error
try # redirect to subdomian.RewriteCond %{HTTP_HOST} ^(www.)?example.com.so$ [NC]RewriteRule ^(garuda-forums)(/.*|$) http://$1.forum.example.com.so/$2 [R=302,L]#rewrite to index. RewriteCond %{HTTP_H… (View Post)1 -
Re: Fatal error
if you view source you will see stuff like style.css?v=2.0.18.8 (View Post)2 -
Re: my seo urls not working if i try to enable this i got an error message Internal Server Error
please read what I have already written! if you want to know were it is being redirected change [QSA,L] to [QSA,R] then you can adjust your settings. (View Post)1 -
Re: my seo urls not working if i try to enable this i got an error message Internal Server Error
change this line RewriteRule ^(.*)$ forum/index.php/?p=$1 [QSA,L] to RewriteRule ^forum(/.*)?$ forum/index.php/?p=$1 [QSA,L] (View Post)1 -
Re: my seo urls not working if i try to enable this i got an error message Internal Server Error
Have you followed this advice? # Certain hosts may require the following line.# If vanilla is in a subfolder then you need to specify it after the /.# (ex. You put Vanilla in /forum so change the nex… (View Post)1
