500 internal error if I am using mod-rewrite.
-
this is my blog, it was hosted with dreamhost before, and working properly. Yesterday, I swtiched to liquidweb vps server.
if I am using “date and name based” permalink ,then i got 500 internal erro. example link: https://www.johnqin.com/about/
IF i switch back to default one, error is gone.
but same setting works fine on my local machien and dreamhost.
another thing is on this server I have apache 1.3.7 and php 4.4.
dreamhost is using apache 2.0, and php 5.x. and I see .htaccess is generated when you installed wordpress.
Do i need to generate a new .htaccess file for apache 1.3.7 ???
————————–
here’s my .htaccess file
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /johnqin/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /johnqin/index.php [L]
</IfModule># END WordPress
- The topic ‘500 internal error if I am using mod-rewrite.’ is closed to new replies.