Problems with wordpress on windows server
-
I have been developing wordpress sites for a few years bow but this is the first time i am doing it on a windows platform. I am more used to a Linux platform.
I have always used an .htaccess file to redirect the URL’s and all. I cant seem to find how to change that code over to what I need.
Here is an example of my .htaccess file
Options -Indexes <files wp-config.php> order allow,deny deny from all </files> <files .htaccess> order allow,deny deny from all </files> <IfModule mod_rewrite.c> ErrorDocument 404 /index.php?error=404 RewriteEngine On RewriteBase /wpdev/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wpdev/index.php [L] </IfModule>I have copied this over from another site and is the normal file thatI use.
My installation is located in the /wpdev/ folder and I have /%postname%/ in the permalinks.
What do I need to change and put into the httpd.ini file for this ste to function properly?
Any assistance or resources for doing this would be greatly appreciated.
Thank you!
The topic ‘Problems with wordpress on windows server’ is closed to new replies.