.htaccess - htaccess error after wordpress multisite installation -
my wesbite yofnel.com view able when htaccess this
# end wordpress rewriteengine on rewritebase / rewriterule ^index\.php$ - [l] # add trailing slash /wp-admin rewriterule ^wp-admin$ wp-admin/ [r=301,l] rewritecond %{request_filename} -f [or] rewritecond %{request_filename} -d rewriterule ^ - [l] rewriterule ^(wp-(content|admin|includes).*) $1 [l] rewriterule ^(.*\.php)$ $1 [l] rewriterule . index.php [l]
but if remove
# end wordpress
it doesn't work anymore. , gives me error
internal server error server encountered internal error or misconfiguration , unable complete request. please contact server administrator, webmaster@yofnel.com , inform them of time error occurred, , might have done may have caused error. more information error may available in server error log. additionally, 500 internal server error error encountered while trying use errordocument handle request.
please help, i'm frustrated on setting multisite.
this error found on error logs.
[tue may 14 11:36:38 2013] [alert] [client 67.159.36.27] /home/yofnel/public_html/.htaccess: rewriteengine must on or off
1)add code snippet wp-config.php displayed in box after multisite creation.
2)update htaccess given code snippet.
3) remove # symbol starting of 'loadmodule rewrite_module modules/mod_rewrite.so' in httpd.conf in apache server config file save file, restart wamp server
Comments
Post a Comment