Jump to content

I believe my htaccess file is stopping my spry menu from working properly.


keantebonet

Recommended Posts

So I have a php social networking application installed on my server.  WebNetwork is the name... I am attempting to install a horizontal spry menu into my site... I was successful with installing it into a sub directory * http://www.mantra3.com/mantralinks/mantrapics.html *

 

But when I attempted to install the same menu into my main directory, my menu doesn't work properly...  * See http://www.Mantra3.com *

 

I believe this is a problem caused by the htaccess that helps operate my php application.

 

The menu @ http://www.Mantra3.com should look like the one @ http://www.Mantra3.com/mantralinks/mantrapics.html

 

I need this fixed asap.  If someone can please help me recode the htaccess file or figure out something else, I'd greatly appreciate it...

 

Here is the htaccess file content...

 

#Turn off ModSecurity because it blocks our jUpload
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^p/(.*) ./rewrite.php?p=$1&%{QUERY_STRING}

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond $1 !smartway
RewriteRule ^groups/([a-zA-Z0-9_]+)$ index.php?page=groups_home&action=find_group&group=$1

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond $1 !smartway
RewriteRule ^([a-zA-Z0-9_]+)/?$ index.php?page=view_profile&mname=$1
</IfModule>

- Ken

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.