"upload error: 404" when uploading images

Hi all,

I know this question has been done to death, but I seem to have a slightly unique slant on it.  I get "upload error: 404" when I attempt to upload images of any size, even down to a few hundred bytes, via the flash uploader or "regular" uploader in the News Feed php block in the IBDW Evo Wall module. However, when I click on the "other methods" drop-down menu I am able to upload via flash/regular without problem.   I know you will say this is an Evo Wall issue but when I then uninstalled Evo Wall I was still unable to upload when using the normal boonex photo module.

 

Any ideas how I can resolve this issue?  I know one option is to upgrade the package I have with my domain host to improve max post size but the fact that it works under certain circumstances suggests there is more to this problem than just changing the max post size etc.

 

I'm a bit lost here, any ideas?

 

Thanks,

Tom.

Quote · 30 Jul 2013

 

in the News Feed php block in the IBDW Evo Wall module

I would contact the module developer.

Geeks, making the world a better place
Quote · 30 Jul 2013

Hi,

Thanks for responding.  I have contacted IBDW, the module designer, and they advised me to try uninstalling Evo Wall and try again to see if it is a problem with Evo Wall.  Even with the module uninstalled I still had the same problems with the standard photo module, so it seems it isnt a problem with the Evo Wall module.

I'm running out of ideas! :-/

Quote · 30 Jul 2013

still no solution...I'm wondering if someone could check my .htaccess file to see if there is a mistake in the code there?

****

Options -MultiViews -Indexes

 

<IfModule mod_php4.c> 

    php_flag register_globals Off

</IfModule>

<IfModule mod_php5.c> 

    php_flag allow_url_include Off

    php_flag register_globals Off

</IfModule>

 

<IfModule mod_security.c>

SecFilterEngine Off

SecFilterScanPOST Off

</IfModule>

<IfModule mod_rewrite.c>

 

RewriteEngine on

 

 

 

 

RewriteBase /

 

 

RewriteRule ^blogs/{0,1}$   modules/boonex/blogs/blogs.php [QSA,L]

RewriteRule ^blogs/all/{0,1}$  modules/boonex/blogs/blogs.php?action=all  [QSA,L]

RewriteRule ^blogs/all/([0-9]+)/([0-9]+)/{0,1}$  modules/boonex/blogs/blogs.php?page=$2&per_page=$1  [QSA,L]

RewriteRule ^blogs/top/{0,1}$   modules/boonex/blogs/blogs.php?action=top_blogs [QSA,L]

RewriteRule ^blogs/top/([0-9]+)/([0-9]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=top_blogs&page=$2&per_page=$1 [QSA,L]

RewriteRule ^blogs/top_posts/{0,1}$   modules/boonex/blogs/blogs.php?action=top_posts [QSA,L]

RewriteRule ^blogs/top_posts/([0-9]+)/([0-9]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=top_posts&page=$2&per_page=$1 [QSA,L]

RewriteRule ^blogs/tag/([^/.]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=search_by_tag&tagKey=$1 [QSA,L]

RewriteRule ^blogs/tag/{0,1}$   modules/boonex/blogs/blogs.php?action=search_by_tag&tagKey= [QSA,L]

RewriteRule ^blogs/posts/([^/.]+)/tag/([^/.]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=search_by_tag&tagKey=$2&ownerName=$1 [QSA,L]

RewriteRule ^blogs/posts/([^/.]+)/category/([^/.]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_blog&ownerName=$1&categoryUri=$2 [QSA,L]

RewriteRule ^blogs/entry/([^/.]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_post&postUri=$1 [QSA,L]

RewriteRule ^blogs/entry/{0,1}$    modules/boonex/blogs/blogs.php?action=show_member_post&postUri= [QSA,L]

RewriteRule ^blogs/posts/([^/.]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_blog&ownerName=$1 [QSA,L]

RewriteRule ^blogs/posts/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_blog&ownerName= [QSA,L]

RewriteRule ^blogs/posts/([^/.]+)/([0-9]+)/([0-9]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_blog&ownerName=$1&page=$3&per_page=$2 [QSA,L]

RewriteRule ^blogs/posts/([^/.]+)/category/([^/.]+)/([0-9]+)/([0-9]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_blog&ownerName=$1&categoryUri=$2&page=$4&per_page=$3 [QSA,L]

RewriteRule ^blogs/home/{0,1}$   modules/boonex/blogs/blogs.php?action=home [QSA,L]

RewriteRule ^blogs/all_posts/{0,1}$   modules/boonex/blogs/blogs.php?action=all_posts [QSA,L]

RewriteRule ^blogs/all_posts/([0-9]+)/([0-9]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=all_posts&page=$2&per_page=$1 [QSA,L]

RewriteRule ^blogs/popular_posts/{0,1}$   modules/boonex/blogs/blogs.php?action=popular_posts [QSA,L]

RewriteRule ^blogs/popular_posts/([0-9]+)/([0-9]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=popular_posts&page=$2&per_page=$1 [QSA,L]

RewriteRule ^blogs/featured_posts/{0,1}$   modules/boonex/blogs/blogs.php?action=featured_posts [QSA,L]

RewriteRule ^blogs/tags/{0,1}$   modules/boonex/blogs/blogs.php?action=tags [QSA,L]

RewriteRule ^blogs/show_calendar/{0,1}$   modules/boonex/blogs/blogs.php?action=show_calendar [QSA,L]

RewriteRule ^blogs/my_page/{0,1}$   modules/boonex/blogs/blogs.php?action=my_page&mode=main [QSA,L]

RewriteRule ^blogs/my_page/add/{0,1}$   modules/boonex/blogs/blogs.php?action=my_page&mode=add [QSA,L]

RewriteRule ^blogs/my_page/manage/{0,1}$   modules/boonex/blogs/blogs.php?action=my_page&mode=manage [QSA,L]

RewriteRule ^blogs/my_page/pending/{0,1}$   modules/boonex/blogs/blogs.php?action=my_page&mode=pending [QSA,L]

RewriteRule ^blogs/my_page/edit/([0-9]+)/{0,1}$  modules/boonex/blogs/blogs.php?action=edit_post&EditPostID=$1 [QSA,L]

RewriteRule ^blogs/member_posts/([0-9]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_blog&ownerID=$1 [QSA,L]

RewriteRule ^blogs/category/([^/.]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=category&uri=$1 [QSA,L]

 

RewriteRule ^ads/{0,1}$  modules/boonex/ads/classifieds.php?Browse=1 [QSA,L]

RewriteRule ^ads/my_page/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page [QSA,L]

RewriteRule ^ads/my_page/add/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=add [QSA,L]

RewriteRule ^ads/my_page/edit/([0-9]+)/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=add&EditPostID=$1 [QSA,L]

RewriteRule ^ads/my_page/edit/([0-9]+)/dimg/([0-9]+)/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=add&EditPostID=$1&dimg=$2 [QSA,L]

RewriteRule ^ads/my_page/manage/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=manage [QSA,L]

RewriteRule ^ads/my_page/pending/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=pending [QSA,L]

RewriteRule ^ads/my_page/expired/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=expired [QSA,L]

RewriteRule ^ads/my_page/disapproved/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=disapproved [QSA,L]

RewriteRule ^ads/cat/([^/.]+)/{0,1}$  modules/boonex/ads/classifieds.php?catUri=$1 [QSA,L]

RewriteRule ^ads/all/cat/([0-9]+)/([0-9]+)/([^/.]+)/{0,1}$  modules/boonex/ads/classifieds.php?catUri=$3&page=$2&per_page=$1 [QSA,L]

RewriteRule ^ads/subcat/([^/.]+)/{0,1}$  modules/boonex/ads/classifieds.php?scatUri=$1 [QSA,L]

RewriteRule ^ads/all/subcat/([0-9]+)/([0-9]+)/([^/.]+)/{0,1}$  modules/boonex/ads/classifieds.php?scatUri=$3&page=$2&per_page=$1 [QSA,L]

RewriteRule ^ads/entry/([^/.]+)/{0,1}$  modules/boonex/ads/classifieds.php?entryUri=$1 [QSA,L]

RewriteRule ^ads/tag/([^/.]+)/{0,1}$  modules/boonex/ads/classifieds_tags.php?tag=$1 [QSA,L]

RewriteRule ^ads/calendar/{0,1}$  modules/boonex/ads/classifieds.php?action=show_calendar [QSA,L]

RewriteRule ^ads/categories/{0,1}$  modules/boonex/ads/classifieds.php?action=show_categories [QSA,L]

RewriteRule ^ads/tags/{0,1}$  modules/boonex/ads/classifieds.php?action=tags [QSA,L]

RewriteRule ^ads/all_ads/{0,1}$  modules/boonex/ads/classifieds.php?action=show_all_ads [QSA,L]

RewriteRule ^ads/top_ads/{0,1}$  modules/boonex/ads/classifieds.php?action=show_top_rated [QSA,L]

RewriteRule ^ads/popular_ads/{0,1}$  modules/boonex/ads/classifieds.php?action=show_popular [QSA,L]

RewriteRule ^ads/featured_ads/{0,1}$  modules/boonex/ads/classifieds.php?action=show_featured [QSA,L]

RewriteRule ^ads/member_ads/([0-9]+)/{0,1}$  modules/boonex/ads/classifieds.php?UsersOtherListing=1&IDProfile=$1 [QSA,L]

 

RewriteRule ^search/tag/([^/.]+)/{0,1}$  search.php?Tags=$1 [QSA,L]

 

RewriteRule ^browse/([^/.]+)/([^/.]+)/([^/.]+)$ browse.php?sex=$1&age=$2&country=$3 [QSA,L]

 

RewriteRule ^m/(.*)$  modules/index.php?r=$1 [QSA,L]

 

RewriteRule ^m/avatar/(.*)$  modules/boonex/include.php[QSA,L]

 

RewriteRule ^forum/groups/(.*)$  modules/boonex/forum/$1?orca_integration=groups [QSA,L]

RewriteRule ^forum/events/(.*)$  modules/boonex/forum/$1?orca_integration=events [QSA,L]

RewriteRule ^forum/store/(.*)$  modules/boonex/forum/$1?orca_integration=store [QSA,L]

RewriteRule ^forum/$  modules/boonex/forum/index.php [QSA,L]

RewriteRule ^forum/(.*)$  modules/boonex/forum/$1 [QSA,L]

 

RewriteRule ^page/(.*)$  viewPage.php?ID=$1 [QSA,L]

 

RewriteCond %{REQUEST_FILENAME} -f [OR]

RewriteCond %{REQUEST_FILENAME} -d

RewriteRule .+ - [L]

RewriteRule ^([^/]+)$ profile.php?ID=$1 [QSA,L]

 

</IfModule>

 

AddType application/vnd.adobe.air-application-installer-package+zip .air

AddType application/x-shockwave-flash .swf

Quote · 10 Aug 2013

ok, I'm getting nowhere with this.  I am having the same issue in IE so I dont think it is a Chrome problem.  My php.ini shows my maximum file upload sizes etc. are ok.  As my site is meant to be a photo upload site this has kind of ground my site development to a complete halt!  I cannot see why this would be happening? Might it be best if I pay an expert to dedicate a few hours to this problem for me?

Quote · 18 Aug 2013

"when I attempt to upload images of any size, even down to a few hundred bytes, via the flash uploader or "regular" uploader in the News Feed php block in the IBDW Evo Wall module."

OK, let's look at the News Feed thing then.  You have Evo Wall uninstalled and you still can not upload in the News Feed thing.  I have not worked with the News Feed thing.  Can you post a screenshot of the failure?  Is it loading the site back in with the 404, or do you get popped out of your site with a 404 error?  Need to see what the server is doing; so post a screenshot of the page.

Geeks, making the world a better place
Quote · 18 Aug 2013

Looks like News Feed is part of the evo wall module, as I cannot find it in the blocks on the page builder when I uninstall evo wall.

The error pops up within the page, so I do not get sent to a 404 page, and it is tricky to catch on a screenshot as it only appears for a few seconds, but I will try!

Using Chrome's dev tools (what an awesome piece of kit!) it throws up an error relating to mysite.com/m/photos/albums/my/add_objects/wall-photo/owner/ when I try to upload a photo:

  1. Request URL:
  2. Request Method:
    POST
  3. Status Code:
     
    404 Not Found
  4. Request Headersview source
    1. Accept:
      */*
    2. Accept-Encoding:
      gzip,deflate,sdch
    3. Accept-Language:
      en-US,en;q=0.8
    4. Connection:
      keep-alive
    5. Content-Length:
      1031
    6. Content-Type:
      multipart/form-data; boundary=----------cH2GI3ei4KM7ei4Ef1Ij5KM7gL6ae0
    7. Cookie:
      bx-attr-hidden=1; skin=alt; profile_polls_question_2=1; typeoforder=0; memberID=1; memberPassword=dcf407206c059064d1b38ece4120eee07326d219; __utma=1.1261132204.1372193750.1375303014.1376860273.36; __utmz=1.1372193750.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
    8. Host:
    9. Origin:
    10. Referer:
    11. User-Agent:
      Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36
  5. Request Payload
    1. ------------cH2GI3ei4KM7ei4Ef1Ij5KM7gL6ae0 Content-Disposition: form-data; name="Filename" sys-bg-main.png ------------cH2GI3ei4KM7ei4Ef1Ij5KM7gL6ae0 Content-Disposition: form-data; name="action" accept_multi_files ------------cH2GI3ei4KM7ei4Ef1Ij5KM7gL6ae0 Content-Disposition: form-data; name="pwd" dcf407206c059064d1b38ece4120eee07326d219 ------------cH2GI3ei4KM7ei4Ef1Ij5KM7gL6ae0 Content-Disposition: form-data; name="oid" 1 ------------cH2GI3ei4KM7ei4Ef1Ij5KM7gL6ae0 Content-Disposition: form-data; name="extra_param_album" wall-photo ------------cH2GI3ei4KM7ei4Ef1Ij5KM7gL6ae0 Content-Disposition: form-data; name="Filedata"; filename="sys-bg-main.png" Content-Type: application/octet-stream ------------cH2GI3ei4KM7ei4Ef1Ij5KM7gL6ae0 Content-Disposition: form-data; name="Upload" Submit Query ------------cH2GI3ei4KM7ei4Ef1Ij5KM7gL6ae0--
  6. Response Headersview source
    1. Connection:
      Keep-Alive
    2. Content-Length:
      640
    3. Content-Type:
      text/html
    4. Date:
      Mon, 19 Aug 2013 08:01:22 GMT
    5. Keep-Alive:
      timeout=2, max=200
    6. Server:
      Apache
    7. and yet when I go to that url directly through the browser it loads the photos section just fine. Peculiar!
Quote · 19 Aug 2013

FYI this is the error that comes up in the News Feed window.

uploaderror.png · 14.9K · 225 views
Quote · 19 Aug 2013

If this particular news feed thing is part of EvoWall, then again, you need to go back to the mod developer and request they take a look at your problem; and request firmly if they refuse.  I have heard good reports about the EvoWall developer so I expect they will be willing to help you resolve this issue.

Geeks, making the world a better place
Quote · 19 Aug 2013

 

If this particular news feed thing is part of EvoWall, then again, you need to go back to the mod developer and request they take a look at your problem; and request firmly if they refuse.  I have heard good reports about the EvoWall developer so I expect they will be willing to help you resolve this issue.

Right!

we have already suggested to valedate to fix the js error (not introduced by our module) and to restore the default files of the template "base" so to work on a dolphin without problems.

See my products at http://www.boonex.com/market/posts/ilbellodelweb | Hosting: zarconia.net
Quote · 21 Aug 2013

Speaking with ilbellodelweb (evowall developer and very helpful guy!) he says that the problem arises from my path to the photos modules being unworkable for evowall, ie. modules/?r=photos/albums/my/add_objects/wall-photo/owner/Faldekanadmin rather than the default m/photos/albums/my/add_objects/wall-photo/owner/Faldekanadmin.  

As I was having trouble accessing my photos and other modules a month or two back (and before installing Evowall) I added the following code:

RewriteRule ^m/(.*)$  modules/index.php?r=$1 [QSA,L]

as recommended by some on the forum, which allowed me to access the pages linked to modules such as photos and videos etc.

The problem I now face is that if I revert back to the search engine friendly urls by removing this code from the .htaccess file, which should make evowall happy, I immediately get the 404 not found pages that originally forced me to add the code to the .htaccess file!

Is there any other workaround that will keep all systems happy? Presumably this isnt an evowall issue, as evowall works ok with the SE friendly urls.

Help?!
Quote · 3 Sep 2013

 

Speaking with ilbellodelweb (evowall developer and very helpful guy!) he says that the problem arises from my path to the photos modules being unworkable for evowall, ie. modules/?r=photos/albums/my/add_objects/wall-photo/owner/Faldekanadmin rather than the default m/photos/albums/my/add_objects/wall-photo/owner/Faldekanadmin.  

As I was having trouble accessing my photos and other modules a month or two back (and before installing Evowall) I added the following code:

RewriteRule ^m/(.*)$  modules/index.php?r=$1 [QSA,L]

as recommended by some on the forum, which allowed me to access the pages linked to modules such as photos and videos etc.

The problem I now face is that if I revert back to the search engine friendly urls by removing this code from the .htaccess file, which should make evowall happy, I immediately get the 404 not found pages that originally forced me to add the code to the .htaccess file!

Is there any other workaround that will keep all systems happy? Presumably this isnt an evowall issue, as evowall works ok with the SE friendly urls.

Help?!

That code.

RewriteRule ^m/(.*)$  modules/index.php?r=$1 [QSA,L]

Is not suppose to be removed. It is normally part of a default dolphin install. So i do not understand why you had to manually add it.

I would verify your .htaccess file is the correct one for dolphin. And also verify you have the permalinks enabled in dolphin.

Because you stated you had to manually add that line, i suspect you do not have a proper dolphin .htaccess file.

Attach a copy of it here so we can take a look.

EDIT: Actually i saw that you did post it a few posts back, and that line is there, so i am confused as to why you added it, when it already had it.

One line i see that is not normal is RewriteRule ^m/avatar/(.*)$  modules/boonex/include.php[QSA,L] which is not suppose to be there.

Attach your current copy anyway.


https://www.deanbassett.com
Quote · 3 Sep 2013

My current copy of .htaccess is below, with that unnecessary line removed that Deano spotted.  TBH I may have gotten confused over which lines I had to remove/add :-/  This is the file taken from the dolphin installation, but with a few amendments made to try to rectify this whole mess.  I can always reinstall a new .htaccess but I know this didnt solve the problem before.

 

Options -MultiViews -Indexes

 

<IfModule mod_php4.c> 

    php_flag register_globals Off

</IfModule>

<IfModule mod_php5.c> 

    php_flag allow_url_include Off

    php_flag register_globals Off

</IfModule>

 

<IfModule mod_security.c>

SecFilterEngine Off

SecFilterScanPOST Off

</IfModule>

<IfModule mod_rewrite.c>

 

RewriteEngine on

 

 

 

 

RewriteBase /

 

 

RewriteRule ^blogs/{0,1}$   modules/boonex/blogs/blogs.php [QSA,L]

RewriteRule ^blogs/all/{0,1}$  modules/boonex/blogs/blogs.php?action=all  [QSA,L]

RewriteRule ^blogs/all/([0-9]+)/([0-9]+)/{0,1}$  modules/boonex/blogs/blogs.php?page=$2&per_page=$1  [QSA,L]

RewriteRule ^blogs/top/{0,1}$   modules/boonex/blogs/blogs.php?action=top_blogs [QSA,L]

RewriteRule ^blogs/top/([0-9]+)/([0-9]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=top_blogs&page=$2&per_page=$1 [QSA,L]

RewriteRule ^blogs/top_posts/{0,1}$   modules/boonex/blogs/blogs.php?action=top_posts [QSA,L]

RewriteRule ^blogs/top_posts/([0-9]+)/([0-9]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=top_posts&page=$2&per_page=$1 [QSA,L]

RewriteRule ^blogs/tag/([^/.]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=search_by_tag&tagKey=$1 [QSA,L]

RewriteRule ^blogs/tag/{0,1}$   modules/boonex/blogs/blogs.php?action=search_by_tag&tagKey= [QSA,L]

RewriteRule ^blogs/posts/([^/.]+)/tag/([^/.]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=search_by_tag&tagKey=$2&ownerName=$1 [QSA,L]

RewriteRule ^blogs/posts/([^/.]+)/category/([^/.]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_blog&ownerName=$1&categoryUri=$2 [QSA,L]

RewriteRule ^blogs/entry/([^/.]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_post&postUri=$1 [QSA,L]

RewriteRule ^blogs/entry/{0,1}$    modules/boonex/blogs/blogs.php?action=show_member_post&postUri= [QSA,L]

RewriteRule ^blogs/posts/([^/.]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_blog&ownerName=$1 [QSA,L]

RewriteRule ^blogs/posts/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_blog&ownerName= [QSA,L]

RewriteRule ^blogs/posts/([^/.]+)/([0-9]+)/([0-9]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_blog&ownerName=$1&page=$3&per_page=$2 [QSA,L]

RewriteRule ^blogs/posts/([^/.]+)/category/([^/.]+)/([0-9]+)/([0-9]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_blog&ownerName=$1&categoryUri=$2&page=$4&per_page=$3 [QSA,L]

RewriteRule ^blogs/home/{0,1}$   modules/boonex/blogs/blogs.php?action=home [QSA,L]

RewriteRule ^blogs/all_posts/{0,1}$   modules/boonex/blogs/blogs.php?action=all_posts [QSA,L]

RewriteRule ^blogs/all_posts/([0-9]+)/([0-9]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=all_posts&page=$2&per_page=$1 [QSA,L]

RewriteRule ^blogs/popular_posts/{0,1}$   modules/boonex/blogs/blogs.php?action=popular_posts [QSA,L]

RewriteRule ^blogs/popular_posts/([0-9]+)/([0-9]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=popular_posts&page=$2&per_page=$1 [QSA,L]

RewriteRule ^blogs/featured_posts/{0,1}$   modules/boonex/blogs/blogs.php?action=featured_posts [QSA,L]

RewriteRule ^blogs/tags/{0,1}$   modules/boonex/blogs/blogs.php?action=tags [QSA,L]

RewriteRule ^blogs/show_calendar/{0,1}$   modules/boonex/blogs/blogs.php?action=show_calendar [QSA,L]

RewriteRule ^blogs/my_page/{0,1}$   modules/boonex/blogs/blogs.php?action=my_page&mode=main [QSA,L]

RewriteRule ^blogs/my_page/add/{0,1}$   modules/boonex/blogs/blogs.php?action=my_page&mode=add [QSA,L]

RewriteRule ^blogs/my_page/manage/{0,1}$   modules/boonex/blogs/blogs.php?action=my_page&mode=manage [QSA,L]

RewriteRule ^blogs/my_page/pending/{0,1}$   modules/boonex/blogs/blogs.php?action=my_page&mode=pending [QSA,L]

RewriteRule ^blogs/my_page/edit/([0-9]+)/{0,1}$  modules/boonex/blogs/blogs.php?action=edit_post&EditPostID=$1 [QSA,L]

RewriteRule ^blogs/member_posts/([0-9]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_blog&ownerID=$1 [QSA,L]

RewriteRule ^blogs/category/([^/.]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=category&uri=$1 [QSA,L]

 

RewriteRule ^ads/{0,1}$  modules/boonex/ads/classifieds.php?Browse=1 [QSA,L]

RewriteRule ^ads/my_page/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page [QSA,L]

RewriteRule ^ads/my_page/add/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=add [QSA,L]

RewriteRule ^ads/my_page/edit/([0-9]+)/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=add&EditPostID=$1 [QSA,L]

RewriteRule ^ads/my_page/edit/([0-9]+)/dimg/([0-9]+)/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=add&EditPostID=$1&dimg=$2 [QSA,L]

RewriteRule ^ads/my_page/manage/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=manage [QSA,L]

RewriteRule ^ads/my_page/pending/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=pending [QSA,L]

RewriteRule ^ads/my_page/expired/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=expired [QSA,L]

RewriteRule ^ads/my_page/disapproved/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=disapproved [QSA,L]

RewriteRule ^ads/cat/([^/.]+)/{0,1}$  modules/boonex/ads/classifieds.php?catUri=$1 [QSA,L]

RewriteRule ^ads/all/cat/([0-9]+)/([0-9]+)/([^/.]+)/{0,1}$  modules/boonex/ads/classifieds.php?catUri=$3&page=$2&per_page=$1 [QSA,L]

RewriteRule ^ads/subcat/([^/.]+)/{0,1}$  modules/boonex/ads/classifieds.php?scatUri=$1 [QSA,L]

RewriteRule ^ads/all/subcat/([0-9]+)/([0-9]+)/([^/.]+)/{0,1}$  modules/boonex/ads/classifieds.php?scatUri=$3&page=$2&per_page=$1 [QSA,L]

RewriteRule ^ads/entry/([^/.]+)/{0,1}$  modules/boonex/ads/classifieds.php?entryUri=$1 [QSA,L]

RewriteRule ^ads/tag/([^/.]+)/{0,1}$  modules/boonex/ads/classifieds_tags.php?tag=$1 [QSA,L]

RewriteRule ^ads/calendar/{0,1}$  modules/boonex/ads/classifieds.php?action=show_calendar [QSA,L]

RewriteRule ^ads/categories/{0,1}$  modules/boonex/ads/classifieds.php?action=show_categories [QSA,L]

RewriteRule ^ads/tags/{0,1}$  modules/boonex/ads/classifieds.php?action=tags [QSA,L]

RewriteRule ^ads/all_ads/{0,1}$  modules/boonex/ads/classifieds.php?action=show_all_ads [QSA,L]

RewriteRule ^ads/top_ads/{0,1}$  modules/boonex/ads/classifieds.php?action=show_top_rated [QSA,L]

RewriteRule ^ads/popular_ads/{0,1}$  modules/boonex/ads/classifieds.php?action=show_popular [QSA,L]

RewriteRule ^ads/featured_ads/{0,1}$  modules/boonex/ads/classifieds.php?action=show_featured [QSA,L]

RewriteRule ^ads/member_ads/([0-9]+)/{0,1}$  modules/boonex/ads/classifieds.php?UsersOtherListing=1&IDProfile=$1 [QSA,L]

 

RewriteRule ^search/tag/([^/.]+)/{0,1}$  search.php?Tags=$1 [QSA,L]

 

RewriteRule ^browse/([^/.]+)/([^/.]+)/([^/.]+)$ browse.php?sex=$1&age=$2&country=$3 [QSA,L]

 

RewriteRule ^m/(.*)$  modules/index.php?r=$1 [QSA,L]

 

RewriteRule ^forum/groups/(.*)$  modules/boonex/forum/$1?orca_integration=groups [QSA,L]

RewriteRule ^forum/events/(.*)$  modules/boonex/forum/$1?orca_integration=events [QSA,L]

RewriteRule ^forum/store/(.*)$  modules/boonex/forum/$1?orca_integration=store [QSA,L]

RewriteRule ^forum/$  modules/boonex/forum/index.php [QSA,L]

RewriteRule ^forum/(.*)$  modules/boonex/forum/$1 [QSA,L]

 

RewriteRule ^page/(.*)$  viewPage.php?ID=$1 [QSA,L]

 

RewriteCond %{REQUEST_FILENAME} -f [OR]

RewriteCond %{REQUEST_FILENAME} -d

RewriteRule .+ - [L]

RewriteRule ^([^/]+)$ profile.php?ID=$1 [QSA,L]

 

</IfModule>

 

AddType application/vnd.adobe.air-application-installer-package+zip .air

AddType application/x-shockwave-flash .swf

Quote · 4 Sep 2013

Anyone had a chance to look at my .htaccess file above?  I can't for the life of me get my head around this problem... :-/

Sorry to be the newbie on the block!

Tom.

Quote · 18 Sep 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.