<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
	<title>PHP MySQL</title>
	<description>PHP MySQL</description>
	<link>http://forums.polurnet.com/index.php</link>
	<pubDate>Thu, 09 Sep 2010 12:21:14 +0000</pubDate>
	<ttl>60</ttl>
	<item>
		<title>Importing zip file with phpMyAdmin</title>
		<link>http://forums.polurnet.com/index.php?/topic/3463-importing-zip-file-with-phpmyadmin/</link>
		<description><![CDATA[I get the following error when I try to import a MySQL database (.sql file) that is zipped:<br />
<br />
<em class='bbc'>You attempted to load file with unsupported compression (application/zip). Either support for it is not implemented or disabled by your configuration.</em><br />
<br />
What type of compression do I need to use?  I can import the unzipped file with no problem.<br />
<br />
Ken Mitchell]]></description>
		<pubDate>Tue, 09 Feb 2010 16:43:30 +0000</pubDate>
		<guid>http://forums.polurnet.com/index.php?/topic/3463-importing-zip-file-with-phpmyadmin/</guid>
	</item>
	<item>
		<title>PHP drop down menu function not working</title>
		<link>http://forums.polurnet.com/index.php?/topic/3440-php-drop-down-menu-function-not-working/</link>
		<description><![CDATA[Hi everyone,<br />
First of all, I apologize because I am new to PHP programming. I would really appreciate anyone's help in trying to fix the code below. I am trying to write a reusable function that dynamically generates drop down menu options on my site, but the function isn't working. The idea is to query the id and name of topics from the MySQL database and populate the menu. However, the code below isn't working:<br />
<br />
<pre class='prettyprint'>
&lt;?php  
   function dropdown($Id, $Name, $Table) {
     echo "&lt;select id='$Id' name='$Id'&gt;";
     echo "&lt;option value=&#092;"0&#092;"&gt;Select Value&lt;/option&gt;";
          $query = "SELECT * FROM $Table";
          $data = mysqli_query($dbc, $query);
          while($row = mysqli_fetch_array($data)) {
             $strA = $row&#91;'$Id'&#93;;
             $strB = $row&#91;'$Name'&#93;;
             echo "&lt;option value=&#092;"$strA&#092;"&gt;$strB&lt;/option&gt;";
          }
          echo "&lt;/select&gt;&lt;br /&gt;";
   }
      dropdown(type_id, name, usertype);      
?&gt;
 </pre><br />
<br />
For some reason the error is complaining about the "$query=" line. But the same syntax works elsewhere in my code. Any thoughts?<br />
much appreciated!]]></description>
		<pubDate>Tue, 22 Sep 2009 03:35:27 +0000</pubDate>
		<guid>http://forums.polurnet.com/index.php?/topic/3440-php-drop-down-menu-function-not-working/</guid>
	</item>
	<item>
		<title><![CDATA[HOW-TO: Increase Form Post & Upload Size]]></title>
		<link>http://forums.polurnet.com/index.php?/topic/448-how-to-increase-form-post-upload-size/</link>
		<description><![CDATA[<span style='color: #3333FF'><strong class='bbc'>PROBLEM</strong></span><br />
<br />
PHP has a default post/upload size of 2MB. You can adjust this value by using the below procedure, however, the idea is that a higher value would cause more server resource usage potentially leading to your account being suspended. Therefore, please use and adjust this value within reason.<br />
<br />
<span style='color: #CC0000'><strong class='bbc'>SOLUTION</strong></span><br />
<br />
Create a blank file in your script's directory called <em class='bbc'>php.ini</em> and add the following lines of code:<br />
<pre class='prettyprint'>
; change values as required, in megabytes (M)
post_max_size = 10M
upload_max_filesize = 10M</pre><br />
<br />
CHMOD value of this file should be set to no greater than 0644<br />
<br />
<span style='color: #000000'><strong class='bbc'><br />
KNOWN ISSUES</strong></span><br />
- This method is under strict surveillance. Abuse will not be tolerated. Use your reasonable judgment before setting any values.<br />
- PHP 5.x compatible method<br />
- A reminder, we do not support or debug scripts as part of our normal support service if it's not a server-related issue. A fee may be charged for such requests.]]></description>
		<pubDate>Wed, 28 Mar 2007 23:27:43 +0000</pubDate>
		<guid>http://forums.polurnet.com/index.php?/topic/448-how-to-increase-form-post-upload-size/</guid>
	</item>
	<item>
		<title>database path?</title>
		<link>http://forums.polurnet.com/index.php?/topic/1036-database-path/</link>
		<description><![CDATA[What is the path to my databases?<br />
ie mysql://dbusername:dbpassword@localhost/dbname<br />
<br />
I need the "localhost" part. Also, what's the difference between MySQL and MySQLi? I'm moving my Drupal install from my local development server to your server, and it was automatically installed as MySQLi<br />
<br />
Thanks.<br />
rww]]></description>
		<pubDate>Thu, 25 Jun 2009 14:48:55 +0000</pubDate>
		<guid>http://forums.polurnet.com/index.php?/topic/1036-database-path/</guid>
	</item>
	<item>
		<title><![CDATA[PHP & SOAP extensions]]></title>
		<link>http://forums.polurnet.com/index.php?/topic/942-php-soap-extensions/</link>
		<description><![CDATA[I am considering starting a project which will require the SOAP extensions for php. PHP_INFO() has been disabled and was wondering if anyone could tell me if thy are installed as standard on Polurnet's servers (I'm on IVIVA)?<br />
<br />
Cheers<br />
<br />
Alex]]></description>
		<pubDate>Sun, 07 Jun 2009 19:10:53 +0000</pubDate>
		<guid>http://forums.polurnet.com/index.php?/topic/942-php-soap-extensions/</guid>
	</item>
	<item>
		<title>Magento - Shared Hosting</title>
		<link>http://forums.polurnet.com/index.php?/topic/909-magento-shared-hosting/</link>
		<description><![CDATA[I'm trying to install <a href='http://www.magentocommerce.com' class='bbc_url' title='External link' rel='nofollow'>Magento</a> on our Shared hosting package and I receive the error message <br />
<br />
<p class='citation'>Quote</p><div class="blockquote"><div class='quote'>PHP Extension "pdo_mysql" must be loaded</div></div><br />
<br />
Is it possible to get that extension setup on our Shared package?<br />
<br />
Thanks,<br />
David Kendrick]]></description>
		<pubDate>Mon, 27 Apr 2009 16:42:22 +0000</pubDate>
		<guid>http://forums.polurnet.com/index.php?/topic/909-magento-shared-hosting/</guid>
	</item>
	<item>
		<title>phpMyAdmin error</title>
		<link>http://forums.polurnet.com/index.php?/topic/869-phpmyadmin-error/</link>
		<description><![CDATA[When I want to edit a row in one of mySQL tables, I get the following error:<br />
<br />
Not Found<br />
<br />
The server was not able to find the document (./406.shtml) you requested.<br />
Please check the url and try again. You might also want to report this <br />
error to your web hosting provider.<br />
<br />
Thanks]]></description>
		<pubDate>Fri, 30 Jan 2009 03:26:28 +0000</pubDate>
		<guid>http://forums.polurnet.com/index.php?/topic/869-phpmyadmin-error/</guid>
	</item>
	<item>
		<title>PHP Scripts Return 500 Internal Server Error for all VPS Accounts</title>
		<link>http://forums.polurnet.com/index.php?/topic/886-php-scripts-return-500-internal-server-error-for-all-vps-accounts/</link>
		<description><![CDATA[Approximately 3 hours ago every PHP script for ever resold account that I have returns a 500 Internal Server Error. This is a systematic problem and not just permissions, htaccess, or anything else within a directory. I have played with the permissions, erased htaccess files and restarted the usual services. The 2082 and 2087 WHM Cpanels are working fine; SSH and FTP are working.  Was something updated that became awry? I have submitted a ticket titled "ALL SITES 500 Internal Server Error".  <br />
<br />
Anyone else getting this?]]></description>
		<pubDate>Mon, 23 Feb 2009 00:32:29 +0000</pubDate>
		<guid>http://forums.polurnet.com/index.php?/topic/886-php-scripts-return-500-internal-server-error-for-all-vps-accounts/</guid>
	</item>
	<item>
		<title>mySQL databases and users are gone</title>
		<link>http://forums.polurnet.com/index.php?/topic/884-mysql-databases-and-users-are-gone/</link>
		<description><![CDATA[After numerous 'error establishing database connection' messages, I logged into cpanel to discover that all of my databases, as well as mySQL users are completely gone.]]></description>
		<pubDate>Thu, 19 Feb 2009 02:07:19 +0000</pubDate>
		<guid>http://forums.polurnet.com/index.php?/topic/884-mysql-databases-and-users-are-gone/</guid>
	</item>
	<item>
		<title><![CDATA[[FIX] Error 406 - Not Acceptable]]></title>
		<link>http://forums.polurnet.com/index.php?/topic/660-fix-error-406-not-acceptable/</link>
		<description><![CDATA[<span style="color:#0000FF"><u><b>PROBLEM</b></u></span><br />
<br />
When attempting to access your website, you get the following message<br />
<br />
<p class='citation'>Quote</p><div class="blockquote"><div class='quote'><b>Not Acceptable</b><br />
An appropriate representation of the requested resource xxxx could not be found on this server."</div></div><br />
<br />
This is due to mod_security or mod_security2 that we have implemented on most of our servers. Fortunately, a fix exists that should be used only for those cases where your website is completely not functional with this message.<br />
<br />
<span style="color:#FF0000"><b>SOLUTION</b></span><br />
<br />
1) If the server you are on runs <b>Apache 1.3.x,</b> place the following code in your public_html .htaccess file:<br />
<br />
&#60;!--c1--&gt;<div class='codetop'>CODE</div><div class='codemain'>&#60;!--ec1--&gt;<IfModule mod_security.c><br />
SecFilterEngine Off<br />
SecFilterScanPOST Off<br />
</IfModule>&#60;!--c2--&gt;</div>&#60;!--ec2--&gt;<br />
<br />
2) If the server you are on runs <b>Apache 2.2.x</b>, place the following code in your public_html .htaccess file:<br />
<br />
<pre class='prettyprint'>SecRuleEngine Off</pre><br />
<br />
<span style="color:#000000"><b>NOTES</b></span><br />
<br />
- Should only be applied when receiving the above-mentioned 406 Error. In other cases, mod_security will protect your website from many vulnerabilities. <br />
- Disabling mod_security above will expose your site to vulnerabilities and possibly hack attempts. We are not responsible for any misuse of this information.<br />
<br />
<br />
<u><b>EDIT:</b></u><br />
<br />
This method turns out to not be working. Instead, the only way to bypass mod_security2 in Apache 2 is to manually edit httpd.conf. However, as cPanel autogenerates this, one must directly edit the httpd template files that cPanel uses to generate the httpd.conf. Namely, in /var/cpanel/templates/apache2/vhost.default<br />
<br />
Add the following line before the </VirtualHost> closing tag<br />
<br />
<p class='citation'>Quote</p><div class="blockquote"><div class='quote'>[% IF vhost.servername == 'domain.com' || vhost.servername == 'domain2.com'  -%]<br />
	## ADDED BY POLURNET TO BYPASS MOD_SECURITY2 FOR SPECIFIC DOMAINS<br />
	<IfModule mod_security2.c><br />
		SecRuleEngine Off<br />
	</IfModule><br />
[% END -%]</div></div><br />
<br />
After adding this, you must also remember to re-generate the template (run /usr/local/cpanel/bin/build_apache_conf) and restart Apache/httpd, otherwise changes won't take effect.<br />
<br />
This feature needs root access, thus can only be requested on our helpdesk for shared/reseller hosting customers, if your site does not work with mod_security enabled; or if you have a VPS/dedicated server, you can do so yourself.]]></description>
		<pubDate>Tue, 04 Dec 2007 01:01:28 +0000</pubDate>
		<guid>http://forums.polurnet.com/index.php?/topic/660-fix-error-406-not-acceptable/</guid>
	</item>
	<item>
		<title>PHP memory increase</title>
		<link>http://forums.polurnet.com/index.php?/topic/830-php-memory-increase/</link>
		<description>I understand the default limit for a sharing host is 16MB PHP memory. But are we allowed an increase, is it free, if not how much, etc... please explain the protocols behind this. Thanks.</description>
		<pubDate>Fri, 14 Nov 2008 20:01:34 +0000</pubDate>
		<guid>http://forums.polurnet.com/index.php?/topic/830-php-memory-increase/</guid>
	</item>
	<item>
		<title>MySQL database question</title>
		<link>http://forums.polurnet.com/index.php?/topic/825-mysql-database-question/</link>
		<description><![CDATA[When giving a MySQL database a name and username, usually the database adds another string name infront of the given name, that's separated by an underscore. <br />
<br />
Where can I find this full database name/username in cPanel?]]></description>
		<pubDate>Thu, 30 Oct 2008 15:50:35 +0000</pubDate>
		<guid>http://forums.polurnet.com/index.php?/topic/825-mysql-database-question/</guid>
	</item>
	<item>
		<title>Managing Remote Access</title>
		<link>http://forums.polurnet.com/index.php?/topic/817-managing-remote-access/</link>
		<description><![CDATA[When removing an IP from the list of servers which have remote access to my mySQL database in cPanel, I am informed that the remote host has been removed, but it still appears on the list.  I can't seem to remove anything from the list.]]></description>
		<pubDate>Fri, 05 Sep 2008 17:58:50 +0000</pubDate>
		<guid>http://forums.polurnet.com/index.php?/topic/817-managing-remote-access/</guid>
	</item>
	<item>
		<title>Having problems with my mySQL database</title>
		<link>http://forums.polurnet.com/index.php?/topic/810-having-problems-with-my-mysql-database/</link>
		<description><![CDATA[When I log in to phpMyAdmin I get this:<br />
<p class='citation'>Quote</p><div class="blockquote"><div class='quote'>Warning: session_write_close() [function.session-write-close]: SQLite: session write query failed: database is full in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 42<br />
<br />
Warning: session_write_close() [function.session-write-close]: Failed to write session data (sqlite). Please verify that the current setting of session.save_path is correct (/var/cpanel/userhomes/cpanelphpmyadmin/sessions/phpsess.sdb) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 42<br />
<br />
Warning: Cannot modify header information - headers already sent by (output started at /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php:42) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 99</div></div><br />
<br />
And my wordpress implementation is throwing this error:<br />
<p class='citation'>Quote</p><div class="blockquote"><div class='quote'>Error establishing a database connection<br />
<br />
This either means that the username and password information in your wp-config.php file is incorrect or we can't contact the database server at localhost. This could mean your host's database server is down.</div></div><br />
<br />
I was in the process of trying to install mediawiki in a subdirectory of my site when I had this problem, but all I had done is uploaded the files.]]></description>
		<pubDate>Wed, 20 Aug 2008 21:22:01 +0000</pubDate>
		<guid>http://forums.polurnet.com/index.php?/topic/810-having-problems-with-my-mysql-database/</guid>
	</item>
	<item>
		<title>Python</title>
		<link>http://forums.polurnet.com/index.php?/topic/804-python/</link>
		<description><![CDATA[Yes, it's not PHP but as we don't have a forum for python here... thought I'd try my luck.<br />
<br />
Does anyone know the level of python support here? I know that Polurnet supports python, but not how. Is it a CGI/FastCGI method that won't scale with large traffic? or a more robust method like mod_python?<br />
<br />
I really want the speed of python, but I need to know it'll scale well enough for a high traffic site.<br />
<br />
Anyone know?]]></description>
		<pubDate>Sat, 02 Aug 2008 06:49:06 +0000</pubDate>
		<guid>http://forums.polurnet.com/index.php?/topic/804-python/</guid>
	</item>
	<item>
		<title>news feed not working on polur servers</title>
		<link>http://forums.polurnet.com/index.php?/topic/787-news-feed-not-working-on-polur-servers/</link>
		<description><![CDATA[please note me not a php or programming fellow at all so here the problem<br />
<br />
i use to run a google news feed code on all my sites news pages<br />
<br />
but after the move (the server move polur made)<br />
<br />
none seems to be working, had to change all to yahoo feed<br />
<br />
the same exact code working fine on other host where i have my sites<br />
<br />
examples of working code<br />
<a href='http://barcelonafc.info/soccer-news.php' class='bbc_url' title='External link' rel='nofollow'>http://barcelonafc.info/soccer-news.php</a><br />
<br />
the one on polurnet servers(not working)<br />
<a href='http://asromafc.info/soccer-news.php' class='bbc_url' title='External link' rel='nofollow'>http://asromafc.info/soccer-news.php</a><br />
<br />
<br />
i am linking a rss.inc file on these pages which actually contains feed code<br />
<br />
can someone pls tell me what to do and make that feed live again]]></description>
		<pubDate>Sun, 22 Jun 2008 07:49:44 +0000</pubDate>
		<guid>http://forums.polurnet.com/index.php?/topic/787-news-feed-not-working-on-polur-servers/</guid>
	</item>
	<item>
		<title><![CDATA[PHP & SOAP]]></title>
		<link>http://forums.polurnet.com/index.php?/topic/781-php-soap/</link>
		<description><![CDATA[I've been struggling with Joomla's way of life for a few years now... I never really 'got it', and probably hacked more core code than necessary as a result - which, in turn, made frequent version upgrading quite laborious. And it doesn't have a shopping cart (module) that is plug 'n play with my Cybersource gateway, so I started exploring Drupal/Ubercart.<br />
<br />
So far I've been pleased with the learning curve, features, and potential to integrate a cart and CMS together with Drupal's core. I have a HOP script working ok (I think), but there's discussion yonder about SOAP implementation with better security or some such benefits. A community member there offered up some code to make it work, but I'm getting an error message: <p class='citation'>Quote</p><div class="blockquote"><div class='quote'>Fatal error: Class 'SoapClient' not found in ..(edited)&#46;&#46;/public_html/sites/all/modules/ubercart/payment/uc_cybersource/SOAP.php on line 12</div></div>.<br />
<br />
I'm told this may be something to do with not having the SoapClient extension installed for PHP. Could it be?, and if so, can it be installed?, and if so, do I do that - or would Polurnet technicians assist?<br />
<br />
 <img src='http://forums.polurnet.com/public/style_emoticons/default/help.gif' class='bbc_emoticon' alt=':help:' />]]></description>
		<pubDate>Mon, 02 Jun 2008 16:36:38 +0000</pubDate>
		<guid>http://forums.polurnet.com/index.php?/topic/781-php-soap/</guid>
	</item>
	<item>
		<title>MySQL Time Zone Error at database upload</title>
		<link>http://forums.polurnet.com/index.php?/topic/755-mysql-time-zone-error-at-database-upload/</link>
		<description><![CDATA[I am using the phpMyAdmin from the Cpanel to upload my MySQL database.  At the end of the upload I get the following error:<br />
<br />
/* 140103 SET TIME_ZONE=@OLD_TIME_ZONE*/<br />
#1298 Unknown or incorrect time zone: 'Null'<br />
<br />
Everything else seems to work ok after the upload.  Just wondering what the error means and is it something in my database that needs to be changed.<br />
<br />
Ken Mitchell]]></description>
		<pubDate>Mon, 21 Apr 2008 21:19:07 +0000</pubDate>
		<guid>http://forums.polurnet.com/index.php?/topic/755-mysql-time-zone-error-at-database-upload/</guid>
	</item>
	<item>
		<title>Drupal clean URLs fix</title>
		<link>http://forums.polurnet.com/index.php?/topic/753-drupal-clean-urls-fix/</link>
		<description><![CDATA[Here's a useful mod_rewrite code to get clean URLs working on our servers. The following was tested on Drupal 5.0, so may not be necessary for newer versions.<br />
<br />
<br />
In your Drupal directory <em class='bbc'>.htaccess</em> file, include below code:<br />
<br />
<pre class='prettyprint'>#
# Apache/PHP/Drupal settings&#58;
#

# Protect files and directories from prying eyes.
&#60;FilesMatch &#34;&#40;&#092;.&#40;engine|inc|install|module|sh|.*sql|theme|tpl&#40;&#092;.php&#41;?|xtmpl&#41;|code-style&#092;.pl|Entries.*|Repository|Root&#41;$&#34;&#62;
  Order deny,allow
  Deny from all
&#60;/FilesMatch&#62;

# Set some options.
Options -Indexes
Options +FollowSymLinks

# Customized error messages.
ErrorDocument 404 /index.php

# Set the default handler.
DirectoryIndex index.php

# Override PHP settings. More in sites/default/settings.php
# but the following cannot be changed at runtime.

# PHP 4, Apache 1
&#60;IfModule mod_php4.c&#62;
  php_value magic_quotes_gpc				0
  php_value register_globals				0
  php_value session.auto_start			  0
&#60;/IfModule&#62;

# PHP 4, Apache 2
&#60;IfModule sapi_apache2.c&#62;
  php_value magic_quotes_gpc				0
  php_value register_globals				0
  php_value session.auto_start			  0
&#60;/IfModule&#62;

# PHP 5, Apache 1 and 2
&#60;IfModule mod_php5.c&#62;
  php_value magic_quotes_gpc				0
  php_value register_globals				0
  php_value session.auto_start			  0
&#60;/IfModule&#62;

# Reduce the time dynamically generated pages are cache-able.
&#60;IfModule mod_expires.c&#62;
  ExpiresByType text/html A1
&#60;/IfModule&#62;

# Various rewrite rules.
&#60;IfModule mod_rewrite.c&#62;
  RewriteEngine on

  # If your site can be accessed both with and without the prefix www.
  # you can use one of the following settings to force user to use only one option&#58;
  #
  # If you want the site to be accessed WITH the www. only, adapt and uncomment the following&#58;
  # RewriteCond %{HTTP_HOST} !^www&#092;.example&#092;.com$ &#91;NC&#93;
  # RewriteRule .* http&#58;//www.example.com/ &#91;L,R=301&#93;
  #
  # If you want the site to be accessed only WITHOUT the www. , adapt and uncomment the following&#58;
  # RewriteCond %{HTTP_HOST} !^example&#092;.com$ &#91;NC&#93;
  # RewriteRule .* http&#58;//example.com/ &#91;L,R=301&#93;


  # Modify the RewriteBase if you are using Drupal in a subdirectory and
  # the rewrite rules are not working properly.
  RewriteBase /

  # Rewrite old-style URLs of the form 'node.php?id=x'.
  #RewriteCond %{REQUEST_FILENAME} !-f
  #RewriteCond %{REQUEST_FILENAME} !-d
  #RewriteCond %{QUERY_STRING} ^id=&#40;&#91;^&&#93;+&#41;$
  #RewriteRule node.php index.php?q=node/view/%1 &#91;L&#93;

  # Rewrite old-style URLs of the form 'module.php?mod=x'.
  #RewriteCond %{REQUEST_FILENAME} !-f
  #RewriteCond %{REQUEST_FILENAME} !-d
  #RewriteCond %{QUERY_STRING} ^mod=&#40;&#91;^&&#93;+&#41;$
  #RewriteRule module.php index.php?q=%1 &#91;L&#93;

  # Rewrite rules for static page caching provided by the Boost module
  # BOOST START
  &#60;IfModule mod_mime.c&#62;
  AddCharset utf-8 .html
  &#60;/IfModule&#62;
  RewriteCond %{REQUEST_URI} !^/cache
  RewriteCond %{REQUEST_URI} !^/user/login
  RewriteCond %{REQUEST_URI} !^/admin
  RewriteCond %{HTTP_COOKIE} !DRUPAL_UID
  RewriteCond %{REQUEST_METHOD} ^GET$
  RewriteCond %{QUERY_STRING} ^$
  RewriteCond %{DOCUMENT_ROOT}/cache/%{SERVER_NAME}/0/%{REQUEST_URI} -d
  RewriteCond %{DOCUMENT_ROOT}/cache/%{SERVER_NAME}/0/%{REQUEST_URI}/index.html -f
  RewriteRule ^&#40;.*&#41;$ cache/%{SERVER_NAME}/0/$1/index.html &#91;L&#93;
  RewriteCond %{REQUEST_URI} !^/cache
  RewriteCond %{REQUEST_URI} !^/user/login
  RewriteCond %{REQUEST_URI} !^/admin
  RewriteCond %{HTTP_COOKIE} !DRUPAL_UID
  RewriteCond %{REQUEST_METHOD} ^GET$
  RewriteCond %{QUERY_STRING} ^$
  RewriteCond %{DOCUMENT_ROOT}/cache/%{SERVER_NAME}/0/%{REQUEST_URI}.html -f
  RewriteRule ^&#40;.*&#41;$ cache/%{SERVER_NAME}/0/$1.html &#91;L&#93;
  # BOOST END

  # Rewrite current-style URLs of the form 'index.php?q=x'.
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^&#40;.*&#41;$ index.php?q=$1 &#91;L,QSA&#93;
&#60;/IfModule&#62;

# $Id&#58; boosted.txt,v 1.4 2006/12/05 10&#58;39&#58;19 arto Exp $</pre>]]></description>
		<pubDate>Sat, 19 Apr 2008 15:54:37 +0000</pubDate>
		<guid>http://forums.polurnet.com/index.php?/topic/753-drupal-clean-urls-fix/</guid>
	</item>
	<item>
		<title><![CDATA[Dreamweaver&Php Problem]]></title>
		<link>http://forums.polurnet.com/index.php?/topic/729-dreamweaverphp-problem/</link>
		<description><![CDATA[hello..<br />
I've recently started using the dreamweaver cs3. I have an account with polurnet and a face the following problem...<br />
i have created my page in html. i have added flash with no problem. now i want to create a dynamic database and so i did through the cpanel. i created my dbase and i can see it through the dremweaver cs3. a can see the database connections, the database tables(PhP) but when i try to run it in the web browser error appears and does not show the page. it is weird though becase dreamweaver accesses my dbase why when it is executed in the webbrowser it says that web page cannot be displayed.<br />
Thanks a lot... Hopefully you can give me an answer<br />
yours faithfully...<br />
Tasos<div id='attach_wrap' class='rounded clearfix'>
	<h4></h4>
	<ul>
		
			<li class=''>
				<a class='resized_img' rel='lightbox[3367]' id='ipb-attach-url-18-1284034876-02' href="http://forums.polurnet.com/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=18" title="dreamweavercs3.jpg -  178.22K,  5"><img src="http://forums.polurnet.com/uploads/monthly_02_2008/post-575-1204067294_thumb.jpg" id='ipb-attach-img-18-1284034876-02' style='width:100;height:63' class='attach' width="100" height="63" alt="" /></a>
			</li>
		
	</ul>
</div>]]></description>
		<pubDate>Tue, 26 Feb 2008 23:08:42 +0000</pubDate>
		<guid>http://forums.polurnet.com/index.php?/topic/729-dreamweaverphp-problem/</guid>
	</item>
</channel>
</rss>