Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43259
Total Topics: 7518
Most Online Today: 201
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 1
Guests: 185
Total: 186

Author Topic: Nothing here to see!  (Read 3185 times)

0 Members and 1 Guest are viewing this topic.

Offline Wickedgood

  • Member
  • *
  • Posts: 32
    • View Profile
Nothing here to see!
« on: March 02, 2011, 12:39:15 pm »
Have done some upgrading and mod installs on my site in the last few days.

"Nothing here to see! " is the screen when I click the link to Classified in the toolbar of my site. That is what is in the Classified index.php.?

I've checked and all the files seem to be in place. When I show classifieds on the board index it shows and you can click on a listing and see it as usual.

What am I missing?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Nothing here to see!
« Reply #1 on: March 02, 2011, 12:50:09 pm »
Do you have any pretty urls rewriting enabled for actions or another url rewriting mod?
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Nothing here to see!
« Reply #2 on: March 02, 2011, 12:52:21 pm »
Example change for .htaccess
Code: [Select]
RewriteRule ^classifieds/?$ /index.php?action=classifieds [L,QSA]

Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Wickedgood

  • Member
  • *
  • Posts: 32
    • View Profile
Re: Nothing here to see!
« Reply #3 on: March 02, 2011, 03:06:26 pm »
Yes, I installed Simple SEF.

Just added that line of code to the .htaccess file but it didn't do anything.

Here's what I have now:

RewriteEngine On
# Uncomment the following line if its not working right
# RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
RewriteRule ^classifieds/?$ /index.php?action=classifieds [L,QSA]

Thanks for the help.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Nothing here to see!
« Reply #4 on: March 02, 2011, 03:32:22 pm »
Move the line after
RewriteEngine On
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Wickedgood

  • Member
  • *
  • Posts: 32
    • View Profile
Re: Nothing here to see!
« Reply #5 on: March 02, 2011, 04:22:34 pm »
Tried that and I get an error code.  :P

Renamed the .htaccess to disable it and I'm back to "Nothing here to see!"?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Nothing here to see!
« Reply #6 on: March 02, 2011, 04:26:23 pm »
Try
RewriteRule ^classifieds/?$ iindex.php?action=classifieds [L,QSA]

Or check in the SimpleSEF thread if they have a way to disallow a url/folder
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Wickedgood

  • Member
  • *
  • Posts: 32
    • View Profile
Re: Nothing here to see!
« Reply #7 on: March 02, 2011, 04:35:41 pm »
I was able to confirm it was the rewrite mod after I disabled it.

Added the last code you gave me to the .htaccess. That fixed it after I dropped the extra i in index.  ;D

Spent hours this morning checking all the Classified changes and files to make sure I hadn't done anything to them. Never occurred to me that it was a redirect issue.  :P

Thanks! ;D

 

+- Recent Topics

No thumbnails on new uploads by SMFHacks
March 27, 2024, 02:10:41 pm

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal