Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

404 Error on every page but my Homepage
(1 viewing) (1) Guest
Support forum for users using free edition of JoomSEF 3 (Joomla 1.5 compatible). These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.

TOPIC: 404 Error on every page but my Homepage

Re:404 Error on every page but my Homepage 13 years, 6 months ago #14816

I am having the exact same problem. However, I did try to insert the code listed above into my .htacess but the problem still persists. Any ideas?

I'm a novice at this and appreciate any guidance. I just can't seem to get this SEF working.

I'm using Joomla 1.52 (stable) and my site is hosted with Bluehost.
Last Edit: 13 years, 6 months ago by vdaltman. Reason: additonal info

Re:404 Error on every page but my Homepage 13 years, 6 months ago #14830

  • graaf
  • OFFLINE
  • Posts: 43
hello, I have exactly the same problem. what's wrong?

Re:404 Error on every page but my Homepage 13 years, 6 months ago #14831

I was able to fix this problem by uninstalling MyContact - a joomla extension. I am using joomla 1.52. However, I did read somewhere that this may not actually be a problem with a conflict between the sef and mycontact but a problem in template. Someone was able to fix it by altering code. This didn't work for me.

I'm sorry I can't be more specific but I am a novice. I just uninstalled mycontact so this would run.
Last Edit: 13 years, 6 months ago by vdaltman.

Re:404 Error on every page but my Homepage 13 years, 6 months ago #14834

  • graaf
  • OFFLINE
  • Posts: 43
vdaltman wrote:
I was able to fix this problem by uninstalling MyContact - a joomla extension. I am using joomla 1.52. However, I did read somewhere that this may not actually be a problem with a conflict between the sef and mycontact but a problem in template. Someone was able to fix it by altering code. This didn't work for me.

I'm sorry I can't be more specific but I am a novice. I just uninstalled mycontact so this would run.


thanks for reply. I tried all standard joomla templates in default installation but problem still occurs. :(

Re:404 Error on every page but my Homepage 13 years, 6 months ago #14835

neopablix wrote:
I use this code and solve the problem for me. I hope it help you.

DirectoryIndex index.php
RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]

########## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
#
# Block out any script trying to set a mosConfig value through the URL
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
#
########## End - Rewrite rules to block out some common exploits


This worked for me guys, neopablix you are a legend. All I did was save the .htaccess file to my desktop then opened it with my preferred text editor and pasted the above code into the file. I have attached my .htaccess file so you can just add it in to your sites to see if that works.
Remember to back up your own .htaccess file just in-case it doesn't work.

Regards
Gary

[file] http://www.minecamps.com.au/my_htaccess.zip [file/]

Re:404 Error on every page but my Homepage 13 years, 6 months ago #14853

  • graaf
  • OFFLINE
  • Posts: 43
thanks gaznev2000 , unfortunately I receive error 404 on whole web now and on frontpage as well.
Přihlášení uživatele Prázdný