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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.