Note that there are some explanatory texts on larger screens.

plurals
  1. POKohana and OpenX
    primarykey
    data
    text
    <p>I am trying to install OpenX in a website that I use Kohana. It worked fine, until I found this error:</p> <blockquote> <p>Fatal error: Uncaught Kohana_Request_Exception [ 0 ]: Unable to find a route to match the URI: 500.shtml ~ SYSPATH/classes/kohana/request.php [ 635 ] thrown in /home/xxxxxx/public_html/plugb/system/classes/kohana/request.php on line 635</p> </blockquote> <p>The url is: <a href="http://www.plugb.com/openx/www/admin/plugins/oxMarket/market-campaign-edit.php?clientid=1&amp;campaignid=" rel="nofollow noreferrer">http://www.plugb.com/openx/www/admin/plugins/oxMarket/market-campaign-edit.php?clientid=1&amp;campaignid=</a></p> <p>My current .htaccess is:</p> <pre><code># Turn on URL rewriting RewriteEngine On # Installation directory RewriteBase / # WWW RewriteCond %{HTTP_HOST} !^www\.plugb\.com [NC] RewriteRule ^(.*)$ http://www.plugb.com/$1 [R=301,L] #remove trailing slashes RewriteCond %{HTTP_HOST} !^\.plugb\.com$ [NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)/$ http://%{HTTP_HOST}/$1 [R=301,L] # Protect hidden files from being viewed &lt;Files .*&gt; Order Deny,Allow Deny From All &lt;/Files&gt; # Protect application and system files from being viewed RewriteRule ^(?:application|modules|system)\b.* index.php/$0 [L] # Allow any files or directories that exist to be displayed directly RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # Rewrite all other URLs to index.php/URL RewriteRule .* index.php/$0 [PT,L] Redirect 301 /gamesindex / </code></pre> <p>Why am I getting this error? How can I fix it?</p> <p>Thank you, Gabriel.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload