wizzard81
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 404 and ModrewriteIf i put my script in a different php file how can i use the theme in my php file ?
For the rewrite i used also /index.php
Forum: Fixing WordPress
In reply to: 404 and ModrewriteSo no one can help me ?
Forum: Fixing WordPress
In reply to: 404 and ModrewriteWell i always receive an error 404 from wordpress.
I have installed the phpexec plugin so i have include in the page/resource-directory/ the real page
=> <phpcode><?php include(“links.php”); ?></phpcode>
This needs the $category and/or $subcategory
This works => RewriteRule ^resource-directory/(.*)\.(.*) http://www.health-weightloss-information.com/index.php?page_id=14&category=$1 [R=301,L]
But this is not working => RewriteRule ^resource-directory/(.*)\.(.*) http://www.health-weightloss-information.com/index.php?page_id=14&category=$1 [L]
When i remove the R=301.
I know its something in the permalink functions of wordpress.
Forum: Installing WordPress
In reply to: Modrewrite changesNo One ? 🙁
Forum: Installing WordPress
In reply to: Modrewrite changesAnyone can help me ?