Permalink Setting – Custom Structure – Easyphp local server
-
Hello…
I use Easyphp to test my blog locally while it is being developed, which is now almost ready to go online. I am in search of a solution to create Custom Permalink structure.
I am looking forward to make the following custom structure to work;
/%category%/%postname%/ so that the browser will display URL like this: http:www.example.com/category/mypostI have tried enabling “LoadModule rewrite_module modules/mod_rewrite.so” in httpd.conf
This is the content of the .htaccess:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /comfy_original/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /comfy_original/index.php [L] </IfModule> # END WordPress
I am sure there are experts here. Thanks for answers
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Permalink Setting – Custom Structure – Easyphp local server’ is closed to new replies.