<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: List of public files due to htaccess restrictions</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: List of public files due to htaccess restrictions</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 22:30:06 +0000</pubDate>

<item>
<title>herbertwalcher on "List of public files due to htaccess restrictions"</title>
<link>https://www.machform.com/forums/topic/list-of-public-files-due-to-htaccess-restrictions#post-18085</link>
<pubDate>Tue, 23 Apr 2013 13:49:33 +0000</pubDate>
<dc:creator>herbertwalcher</dc:creator>
<guid isPermaLink="false">18085@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Here is the content of my htaccess file. It restricts access for all IP addresses except 192.168.1.* (of course I use real IPs for my productive environment) but allows the calls of the defined files. Hope it helps.&#60;/p&#62;
&#60;p&#62;If there are still files missing, please let me know.&#60;/p&#62;
&#60;p&#62;RewriteEngine On&#60;br /&#62;
RewriteCond %{SERVER_PORT} 80&#60;br /&#62;
RewriteRule ^(.*)$ &#60;a href=&#34;https://your-url.com/$1&#34; rel=&#34;nofollow&#34;&#62;https://your-url.com/$1&#60;/a&#62; [R]&#60;/p&#62;
&#60;p&#62;RewriteCond %{REMOTE_ADDR} !^192\.168\.1&#60;br /&#62;
RewriteCond %{REQUEST_URI} !(.*)(view\.php)(.*)&#60;br /&#62;
RewriteCond %{REQUEST_URI} !(.*)(embed\.php)(.*)&#60;br /&#62;
RewriteCond %{REQUEST_URI} !(.*)(captcha\.php)(.*)&#60;br /&#62;
RewriteCond %{REQUEST_URI} !(.*)(confirm\.php)(.*)&#60;br /&#62;
RewriteCond %{REQUEST_URI} !(.*)(confirm_embed\.php)(.*)&#60;br /&#62;
RewriteCond %{REQUEST_URI} !(.*)(download\.php)(.*)&#60;br /&#62;
RewriteCond %{REQUEST_URI} !(.*)(upload\.php)(.*)&#60;br /&#62;
RewriteCond %{REQUEST_URI} !(.*)(paypal_ipn\.php)(.*)&#60;br /&#62;
RewriteCond %{REQUEST_URI} !(.*)(signature\.php)(.*)&#60;br /&#62;
RewriteCond %{REQUEST_URI} !(.*)(\.css)(.*)&#60;br /&#62;
RewriteCond %{REQUEST_URI} !(.*)(\.js)(.*)&#60;br /&#62;
RewriteCond %{REQUEST_URI} !(.*)(\.png)(.*)&#60;br /&#62;
RewriteCond %{REQUEST_URI} !(.*)(\.gif)(.*)&#60;br /&#62;
RewriteCond %{REQUEST_URI} !(.*)(\.jpg)(.*)&#60;br /&#62;
RewriteRule ^.*$ / [R=403,L]
&#60;/p&#62;</description>
</item>
<item>
<title>TFteam on "List of public files due to htaccess restrictions"</title>
<link>https://www.machform.com/forums/topic/list-of-public-files-due-to-htaccess-restrictions#post-18083</link>
<pubDate>Tue, 23 Apr 2013 02:54:58 +0000</pubDate>
<dc:creator>TFteam</dc:creator>
<guid isPermaLink="false">18083@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;If you dont mind, can you please share the .htaccess file as well? i am trying to achieve the same thing. Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>herbertwalcher on "List of public files due to htaccess restrictions"</title>
<link>https://www.machform.com/forums/topic/list-of-public-files-due-to-htaccess-restrictions#post-18081</link>
<pubDate>Mon, 22 Apr 2013 22:05:17 +0000</pubDate>
<dc:creator>herbertwalcher</dc:creator>
<guid isPermaLink="false">18081@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thank you very much! I included these files now.&#60;/p&#62;
&#60;p&#62;Best regards!
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "List of public files due to htaccess restrictions"</title>
<link>https://www.machform.com/forums/topic/list-of-public-files-due-to-htaccess-restrictions#post-18080</link>
<pubDate>Mon, 22 Apr 2013 20:56:40 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">18080@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I think you forgot these:&#60;/p&#62;
&#60;p&#62;- confirm.php&#60;br /&#62;
- confirm_embed.php&#60;br /&#62;
- download.php&#60;br /&#62;
- upload.php&#60;br /&#62;
- paypal_ipn.php&#60;br /&#62;
- signature.php
&#60;/p&#62;</description>
</item>
<item>
<title>herbertwalcher on "List of public files due to htaccess restrictions"</title>
<link>https://www.machform.com/forums/topic/list-of-public-files-due-to-htaccess-restrictions#post-18072</link>
<pubDate>Mon, 22 Apr 2013 15:29:51 +0000</pubDate>
<dc:creator>herbertwalcher</dc:creator>
<guid isPermaLink="false">18072@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hello everybody!&#60;/p&#62;
&#60;p&#62;I would need your help as I'm currently securing the MachForm administration interface against external access. I'm modifying the .htaccess to forbid all access except the ones from certain IP ranges. So far so good, everything works well. But since the MachForm administration interface is reachable via it's root doamin, I have to forbid the access to that, making it nescessary to specificaly allow public access for all non-admin content.&#60;/p&#62;
&#60;p&#62;Could you help me identify all resources, I have to allow public access to so MachForm works correctly?&#60;/p&#62;
&#60;p&#62;So far I included:&#60;/p&#62;
&#60;p&#62;all JS Files&#60;br /&#62;
all CSS Files&#60;br /&#62;
all image files&#60;br /&#62;
view.php&#60;br /&#62;
embed.php&#60;br /&#62;
captcha.php&#60;/p&#62;
&#60;p&#62;Are there any other files I need to include to make the application work properly?&#60;/p&#62;
&#60;p&#62;I would really appreciate your help! Thanks in advance!&#60;br /&#62;
Best regards!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
